I\'m thinking in an application that i want to take the sampleBuffer from a capture output and process it to become a stream broadcast on a web server I\'ve been doing Goggling since two months and I\
I\'m playing around with OpenCV since a while and I found some strange behavior of some specific capturing devices (PS3 Eye, Logitech C940, iSight) even on different Platforms.
I\'ve downloaded a copy of FlashBuilder 4.5 and the latest of Red5-recorder (from http://www.red5-recorder.com/) - at first I had a bunch of errors as apparently the latest version of FB uses a differ
I am trying to record and play video simultaneously. Is this possible with avfoundation? Currently i am able to do it as long as i dont record audio. As soon as i add audio input to AVCaptureSession a
Closed. This question is off-topic. It is not currently accepting answers. 开发者_如何学C Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am trying to create an application to capture a snapshot using a webcam. I have been able to accomplish this using WIA, but this solution becomes unstable when ran on W开发者_StackOverflowindows 7
I\'m working on a site, which needs to have a feature of users capturing their opinions about a specific topic with their webcam, and uploading them to the server. After a short research, and viewing
For several days I have been trying to figure out an obscure problem related to saving video. I have narrowed it down to an issue with MediaRecorder. The problem is when you record many (15-30) videos
I am trying to record video using AVFoundation. When I add video input only to the session, everything works fine but when I add an audio input to it, it stops recording the video.(Delegate method is
I trying to downloaded video from this link using the Perl script. But the problem I unable to play the video after downloading. Here is my script