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.

Setting video capture properties no longer works in OpenCV 2.2?

Prior OpenCV 2.2, I was able to do VideoCapture capture(0); capture.set(CV_CAP_PROP_FRAME_WIDTH, 640); capture.set(CV_CAP_…

c++ opencv video-capture logitech
avconv / ffmpeg webcam capture while using minimum CPU processing

I have a question about avconv (or ffmpeg) usage. My goal is to capture video from a webcam and saving …

ffmpeg video-capture libav avconv webcam-capture
Computer vision system toolbox MATLAB

I have found the image processing toolbox for matlab, but all demos included in that toolbox expect the input to …

computer-vision video-capture matlab matlab-cvst
How can I ensure correct playback orientation of recorded video?

I'm using the MediaStore.ACTION_VIDEO_CAPTURE intent to capture video and later play it back using a VideoView. I …

android video orientation video-capture android-video-player
Capture video using webcam and save as avi using c#

Possible Duplicate: Webcam capture and convert to avi Is there any way of capturing video from webcam, encode and save …

c# webcam video-capture encode avi