Top "Capture" questions

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

Android camera unexplainable rotation on capture for some devices (not in EXIF)

What I'm doing seems like it should be simple, but I'm still lost after I've read every possible Stackoverflow answer …

android camera rotation orientation capture
Can output from OutputDebugString be viewed in Visual Studio's output window?

I am using C# and Visual Studio 2010. When I use OutputDebugString to write debug information, should it show up in …

c# debugging capture outputdebugstring
How to capture a custom image size with the camera in android?

How to capture an square image in android? I want to capture an square image (such as 300x300 pixel) by …

android image capture android-camera
Java generics "capture of ?"

I'm working with a TreeTable and when changing cell factory I am required to pass a Callback<TreeTableColumn<…

java generics wildcard capture
Android > 4.0 : Ideas how to record/capture internal audio (e.g. STREAM_MUSIC)?

Some months ago, with Android ICS (4.0), I developed an android kernel module which intercepted the "pcmC0D0p"-module to …

android audio capture alsa
How to tell a lambda function to capture a copy instead of a reference in C#?

I've been learning C#, and I'm trying to understand lambdas. In this sample below, it prints out 10 ten times. class …

c# loops lambda capture
How to take a screen shot of a web page?

I want to add a button to one of our web sites that will allow the user to file a …

javascript screen capture
HTML5 capture audio from default microphone

Can somebody help me on how to capture audio from default microphone using HTML5? There are many samples available, but …

html audio capture microphone
Compile/Save/Export HTML as a PNG Image using Jquery

I have a set-up with multiple variables that users can alter that effect a visual representation of an element. All …

jquery screenshot capture