Top "Capture" questions

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

Regex group capture in R with multiple capture-groups

In R, is it possible to extract group capture from a regular expression match? As far as I can tell, …

regex r capture capture-group
Capturing all the <a> click event

I am thinking of to add a javascript function to capture all the <a> click events inside a …

javascript events capture
capturing images with MediaStore.ACTION_IMAGE_CAPTURE intent in android

I am capturing images using MediaStore.ACTION_IMAGE_CAPTURE intent. it is working fine in most of the devices. but …

android image android-intent capture
How can I mock a method in easymock that shall return one of its parameters?

public Object doSomething(Object o); which I want to mock. It should just return its parameter. I tried: Capture<…

java mocking capture easymock
how to capture an image in background without using the camera application

I have an android app which consists of a Button. When you click on Button, an image should be captured …

android background camera capture
How can I capture which direction is being panned using UIPanGestureRecognizer?

Ok so I have been looking around at just about every option under the sun for capturing multi-touch gestures, and …

iphone capture reverse uigesturerecognizer pan
How do I capture images in OpenCV and saving in pgm format?

I am brand new to programming in general, and am working on a project for which I need to capture …

opencv capture pgm
Capture any kind of keystrokes (aka keylogger), preferably c# .net but any kind will do

I need to capture everything that I type on my keyboard and then store it in numerous ways. I'd prefer …

c# .net capture keystroke keystrokes
How to capture Shell command output in C#?

Summary: query registry on remote machine capture output to use in application needs to be in csharp so far all …

c# .net registry capture
Capturing mouse/keyboard events outside of form (app running in background)

I have an app that runs in the background (minimized/task tray). I need to be able to detect mouse …

c# keyboard background mouse capture