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 video frame

I need to get a frame of a video file (it may be on sdcard, cache dir or app dir). …

android video frame capture
How can I capture audio AND video simultenaous with ffmpeg from a linux USB capture device

I'm capturing a video by means of an USB Terratec Grabster AV350 (which is based on the em2860 chip). I …

audio ffmpeg capture v4l2
How can I capture the stdout from a process that is ALREADY running

I have a running cron job that will be going for a while and I'd like to view its stdout. …

macos process cron stdout capture
Prevent other applications form capturing/recording screen

Basically i want VIDEO PIRACY PROTECTION My application has video streaming and I want to protect my video streaming from …

android screen capture recording
Android VpnService to capture packets won't capture packets

I been searching for my answer for a couple of hours now and I can't figure it out. Please help. …

android capture packet
.NET Equivalent of Snipping Tool

I'm looking for .NET code which performs the same as Snipping Tool - capturing a screen area. I believe it …

.net screen screenshot capture
Which can replace capturePicture function

I have a question. At this time, the capturePicture of WebView is deprecated. I want to ask if there is …

android webview capture
Opencv Error on Ubuntu Webcam (Logitech C270) Capture -> HIGHGUI ERROR: V4L/V4L2: VIDIOC_S_CROP

this erorr message appears on running simple camera capture on Ubuntu with logitech C270 (OpenCV 2.4.2/C++): HIGHGUI ERROR: V4L/…

opencv webcam capture
How to capture a webview to bitmap in Android?

I have a webview, and I need to scroll down to view all the content. Now, I want to capture …

android webview capture
How to capture full HTTP request data (headers and body) with PHP?

I have a problem implementing an API that works with Java, but fails to work with cURL. We've gone through …

php api header request capture