Questions related to computer oriented video capture and the programming tools and solutions for dealing with captured frames from a video.
i am attempting to capture 720p from one a blackmagic intensity pro cards using the newest SDK (june 2011) on windows7 64…
c# sdk video-captureI'm using the Emgu library for integrating the open CV webcam features in C#. I use this code for choosing …
c# video-capture emgucvI want to connect to a camera, and only capture a frame when an event happens (e.g. keypress). A …
python opencv camera video-capture opencv3.0I'm trying to figure out how I can implement functionality to repeatedly pause and resume video capture in a single …
iphone ios objective-c avfoundation video-captureI'm looking for a flash script/library to capture video and audio from a webcam and then somehow get a …
javascript flash webcam video-capture red5I'm shooting video on an iPhone 4 with the front camera and combining the video with some other media assets. I'd …
iphone ios video-capture avfoundationI have the following code: Log.i("xx","A"); media_recorder = new MediaRecorder(); Log.i("xx","B"); media_recorder.setVideoSource(…
android video-captureI want to write a program that can capture video through my webcam by using Java language, i.e live …
video-streaming video-capture live-streamingI need to record video for 8 seconds in my app. I am using MediaStore.ACTION_VIDEO_CAPTURE intent for video …
android video-captureI'm experimenting with trying to capture an image from multiple webcams simultaneously (or near-simultaneously). I've been playing with OpenCV and …
python opencv camera video-capture image-capture