Top "Capture" questions

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

Android: How to configure "tinymix" to record system audio with "tinycap"

in Android it's currently impossible to record system-audio with the Android-SDK. Therefore I played around a bit with TinyALSA (since …

android record capture alsa mixer
How to capture HTTP(S) traffic from and to a Java web application with Fiddler2 or similar tool?

I want to capture data that my web application sends and receives from a CAS server via HTTPS. I tried …

java capture fiddler
android: video capturing on device or emulator

is it possible to capture what's going on in an android screen as video, either on the device itself or …

android video capture
Track a click on a flash movie (object / embed) with jQuery

I am making a dynamic banner system which can handle img banners, as well as flash banners done with object/…

jquery flash click capture
How to capture network packet in Android without using any root permissions

I want to capture network data packets on android app. Do you have any suggestions or source code to help …

android capture packet-capture packet-sniffers
How could I capture wire shark traces on loop back interface?

How can I capture wireshark traces on the interface it is configured to capture the traces?

capture wireshark loopback
How do I capture the result of an echo() into a variable in PHP?

I'm using a PHP library that echoes a result rather than returns it. Is there an easy way to capture …

php capture echo
ios how to capture a particular portion of screen

I want to capture a particular portion of iPhone screen. I used UIGraphicsBeginImageContextWithOptions, but couldn't capture a portion of screen …

iphone ios screen capture
Detect only screenshot with FileObserver Android

I am currently developing an application for Android and wanted to know how to detect a screenshot. I tried with …

android screenshot capture detect
How to capture standard output of a shell command in elisp?

I want to run a shell command within Emacs and capture the full output to a variable. Is there a …

emacs elisp stdout capture