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.

Can not Read or Play a Video in OpenCV+Python using VideoCapture

import cv2 import numpy as np cap = cv2.VideoCapture('traffic.avi') retval, frame = cap.read() print retval ================ RESTART: J:\Python …

python-2.7 opencv video-capture video-processing
Android Video Capture Sample App

Is there a stand-alone sample code for video capturing in Android ?

android video-capture
Using RTMP or RTSP protocol in C#

Do you know any library that allows me to send from C# an encoded audio/video stream to a streaming …

c# .net video-streaming video-capture video-encoding
OpenCV + Java = UnsatisfiedLinkError

I need capture a video stream from my USB webcam, for this i use Opencv 2.4.6 for developing in Java. I …

java opencv video-capture unsatisfiedlinkerror
Getting specific frames from VideoCapture opencv in python

I have the following code, which continuously fetches all the frames from a video by using VideoCapture library in opencv …

python opencv video-capture
VideoCapture is not working in OpenCV 2.4.2

I recently installed OpenCV 2.4.2 in Ubuntu 12.04. cap = VideoCapture(0) is working. but I can't grab frames from some video source. cap = …

opencv ffmpeg video-capture video-codecs
How to get Bytes from CMSampleBufferRef , To Send Over Network

Am Captuing video using AVFoundation frame work .With the help of Apple Documentation http://developer.apple.com/library/ios/#documentation/…

ios video-capture avfoundation video-processing core-video
MediaRecorder.stop() stop failed: -1007

I am recording video with MediaRecorder. My code works fine on 2.3.3 but fails on 4.0.3. The issue is following: the code …

android video-capture mediarecorder android-mediarecorder
How to write a video file with OpenCV?

I am trying to write a program to analyze emotional expressions like tears. As part of my tracker I am …

macos opencv video-capture
Grab picture from web cam in WPF Application?

I am using web cam in WPF application. I am using Expression Encoder for video capture. for video capture I …

wpf c#-4.0 video-capture image-capture expression-encoder