Top "Video-capture" questions

Questions related to computer oriented video capture and the programming tools and solutions for dealing with captured frames from a video.

blackmagic SDK in c#

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-capture
C#, Emgu webcam - choose capture size

I'm using the Emgu library for integrating the open CV webcam features in C#. I use this code for choosing …

c# video-capture emgucv
How to get the latest frame from capture device (camera) in opencv

I 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.0
Pause & resume video capture for same file with AVFoundation in iOS

I'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-capture
Simple alternatives to Red5 recorder and server for webcam video capture?

I'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 red5
Rotating Video with AVMutableVideoCompositionLayerInstruction

I'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 avfoundation
setOutputFormat called in an invalid state: 4 (where and why)

I have the following code: Log.i("xx","A"); media_recorder = new MediaRecorder(); Log.i("xx","B"); media_recorder.setVideoSource(…

android video-capture
Video capturing(live video streaming) through Java

I want to write a program that can capture video through my webcam by using Java language, i.e live …

video-streaming video-capture live-streaming
android video recording with duration limit and low quality

I need to record video for 8 seconds in my app. I am using MediaStore.ACTION_VIDEO_CAPTURE intent for video …

android video-capture
Insight on Multiple Webcam Capture with python and OpenCV vs VideoCapture

I'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