Top "Capture" questions

capture is the process of converting a set of pixels on a screen into a bitmap image stored in memory

Android - capture screen of phone as a movie

for the documentation of a project I would like to record the screen of my Nexus One as a movie …

android screen capture
using out of scope variables in C++11 lambda expressions

I'm playing with C++11 for fun. I'm wondering why this happens: //... std::vector<P_EndPoint> agents; P_CommunicationProtocol …

c++ c++11 lambda std capture
FMJ Webcam capture example

I've been searching for while now and I can't find a simple example of how to capture a webcam stream …

java webcam capture fmj
Capture output from git command?

I am writing a script to automate setting up new projects for me. this includes pulling down a github repository. …

bash capture output
Programmatically take a screenshot from service

it is easy to this code Bitmap bitmap; View v1 = MyView.getRootView(); v1.setDrawingCacheEnabled(true); bitmap = Bitmap.createBitmap(v1.getDrawingCache()); …

android image screenshot capture snapshot
C++ SetWindowsHookEx WH_KEYBOARD_LL Correct Setup

I'm creating a console application in which I'd like to record key presses (like the UP ARROW). I've created a …

c++ key capture hook setwindowshookex
Switch To Front Camera and Back Camera Android SurfaceView

I want to use the switch camera function. Currently I have Developed a Camera Object That working fine for back-camera …

android camera surfaceview capture
How can I capture mouse events that occur outside of a (WPF) window?

I have a Window element that has WindowStyle="None" and AllowsTransparency="True", therefore it has no title bar and supports …

c# wpf window mouseevent capture
Scapy PcapReader and packets time

I'm reading a PCAP file using Scapy using a script such as the (semplified) following one: #! /usr/bin/env python …

python capture pcap packet-capture scapy
Capture real-time screen video from iPhone and iPad including audio and post to YouTube, Facebook, etc

Does anyone have pointers to some working code or techniques for capturing the full-screen real-time OpenGL graphics on the iPhone …

ios video opengl-es youtube capture