Questions related to computer oriented video capture and the programming tools and solutions for dealing with captured frames from a video.
Questions tagged [video-capture]
2460 questions
0
votes
1 answer
How to make an led torch/flashlight app for windows phone (Visual Studio)
Hi I want to make an app that uses the camera's LED constantly. I have seen a few examples that do this but I cannot get them to work as I need them in VB. I am open to C# code that I will convert myself. Also I know you need the…

M9A
- 3,168
- 14
- 51
- 79
0
votes
1 answer
start video record on view load in ios
I've looked through the Apple documentation but have seen no mention of how to do this, nevermind if it's even possible or not. I'd like to make it so that an iPhone/iPad begins video recording automatically when a certain view is loaded, and stops…

lunadiviner
- 509
- 2
- 9
- 25
0
votes
1 answer
Record video of a specific window with ffmpeg
Im currently working with ubuntu 10.04 and ffmpeg. Here is my situation:
I have this command which creates a window and reproduces a video in it:
video_handle/static/simpleVRML media/generated/video1330515739317/chunk0.avi
I need to record the…

Esteban Angee
- 548
- 1
- 7
- 19
0
votes
2 answers
cvCreateFileCapture strange error
i'm trying to create a simple Opencv program in C that creates a file capture from a .avi, and it plays it in a window highlighting faces. I'm running a self-compiled version of Opencv (i already tried the same with a jpeg image and it…

Radisc
- 1
- 2
0
votes
1 answer
Best Language for cross-platform screen recording and streaming?
So I'm looking to build an application that will be able to record the users screen and stream it at the same time. I would like the application to run on both Windows and OSX. I don't have a high level of programming experience in any language,…

user1241090
- 1
- 1
0
votes
1 answer
Can not remove file videocapture in Opencv2.3 c++ vs2010
I'm using OpenCV to do face recognition. I'm having a problem in that I cannot delete a JPEG file when I click the first button (i.e., button1_Click fires) a second time. Below is the code I have:
private: System::Void button1_Click(System::Object^ …

alohauhu
- 31
- 2
- 3
0
votes
1 answer
Error VideoCapture in Phonegap Android App
I am trying to capture video in android app using phonegap, but facing problem
TypeError: Result of expression 'navigator.device.capture.captureVideo' [undefined] is not a function.
Here bellow is my code
I included following in head