The video-capture tag has no wiki summary.
15
votes
5answers
10k views
What is the best method to capture images from a live video device for use by a Java-based application?
I am looking into an image processing problem for semi-real time detection of certain scenarios. My goal is to have the live video arrive as Motion JPEG frames in my Java code somehow.
I am ...
12
votes
2answers
2k views
Anyone have an example of how to write audio and video simultaneously using AVAssetWriter?
Been trying to figure this out with zero success.
I can write video output no problem ... but once I try to introduce a second AVAssetWriterInput to include audio the final quicktime movie is jumpy ...
12
votes
3answers
5k views
Android Video Capture Sample App
Is there a stand-alone sample code for video capturing in Android ?
12
votes
7answers
24k views
Android: Does anyone know how to capture video?
I would like to create a video recorder and so far haven't figured out how to set parameters in order to successfully go through MediaRecorder.prepare() method.
Executing the following method
public ...
9
votes
5answers
400 views
Create Video from ImageSource
Is there any easy way of adding ImageSources to a stack and create a video from it?
7
votes
1answer
689 views
How to cut/crop/trim a video in respect with time or percentage and save output in different file
Is there any tutorial or a c# library which which help me to accomplish the following
1) Chose a file to edit
2) Ask user to select cut/crop/trim method :- by time or by percentage
3) cut/crop/trim ...
7
votes
3answers
1k views
Capture a DVB-T Stream to a movie-file
I have a form with a liveview of the tv-signal (from dvb-t stick). I've the sampleproject "DTViewer" from http://directshownet.sourceforge.net/about.html.
Now I try to capture the stream to a ...
7
votes
6answers
1k views
Video Capturing + Uploading + Processing + Streaming back - .NET & C#
We are trying to find out any technologies/libraries available in .NET stack (even wrappers on top of 3rd party dlls) that'll help us to build an app that can
1 - Capture an image from a user's ...
7
votes
4answers
12k views
Record Video of Screen using .NET technologies
Is there a way to record the screen, either desktop or window, using .NET technologies.
My goal is something free. I like the idea of small, low cpu usage, and simple, but would consider other ...
6
votes
4answers
1k views
Flash webcam/microphone capture with open-source media server
A media server is required for capturing video from Flash but none of them seem to have any documentation available (not even API docs or other source code comments). I would prefer crtmpserver ...
6
votes
2answers
3k views
cocoa capture frame from webcam
I'm implementing a software to caputre video from webcam. I've seen MyRecorder sample in Apple Dev and it works fine.
I've tried to add a button to take a snapshot from video with this code:
- ...
6
votes
4answers
3k views
Cross-Platform webcam access
I'm looking for a cross-platform video capture library, for webcam access. One that wraps V4L/V4L2 on Linux, DirectShow on Windows, and QuickTime on the Mac.
C or C++ is preferred, but I can work in ...
6
votes
5answers
4k views
Capturing video out of an OpenGL window in Windows
I am supposed to provide my users a really simple way of capturing video clips out of my OpenGL application's main window. I am thinking of adding buttons and/or keyboard shortcuts for starting and ...
5
votes
1answer
164 views
Merging two web cameras streaming into a single live streaming - Programmatically
I have two web cameras and I want to merge their streams into a single live streaming preview and display it to the screen.
I am skilled in C#/Java programming, could you please help me to find a ...
5
votes
2answers
2k views
How to get Bytes from CMSampleBufferRef , To Send Over Network
Am Captuing video using AVFoundation frame work .With the help of Apple Documentation ...
5
votes
1answer
257 views
Cropping a video file with defined width, length, and pixel location
I an trying to create a program that will detect a face in a video. There are a few requirements that must be passed before I accept the "face". After all of the requirements are met I then want to ...
5
votes
4answers
3k views
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 using OpenCV to record sample videos. Particularly, I am not certain about how to correctly ...
5
votes
1answer
1k views
Simultaneous AVCaptureVideoDataOutput and AVCaptureMovieFileOutput
I need to be able to have AVCaptureVideoDataOutput and AVCaptureMovieFileOutput working at the same time. The below code works, however, the video recording does not. The ...
5
votes
5answers
3k views
How do I record video to a local disk in AIR?
I'm trying to record a webcam's video and audio to a FLV file stored on the users local hard disk. I have a version of this code working which uses NetConnection and NetStream to stream the video ...
5
votes
3answers
671 views
What is The Easiest, fastest Way to capture video stream from camera with C#?
What is The Easiest, fastest Way to capture video stream from camera with C#?
5
votes
1answer
602 views
Recommendation for screen video capture for demos
I am just in the process of making some little demo tutorial videos for my app to help users get up to speed. I have used Camtasia in the past but don't really like it. Anyone have any ...
4
votes
1answer
71 views
call IKsTopologyInfo::CreateNodeInstance from vidcap.h in Delphi
I'm writing a tiny app managing webcam in Delphi. I have working sample piece of code in C++, and i need to rewrite it in Delphi as a part of my app. All works fine in Delphi, except single method ...
4
votes
1answer
659 views
Video Recording using AVFoundation
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 ...
4
votes
5answers
10k views
Capture Video of Android's Screen
Forget screenshots, is it posible to capture a video of the running application in android?
Rooted or non-rooted, I don't care, I want atleast 15fps.
Update: I don't want any external hardware. The ...
4
votes
1answer
308 views
Android: Get Supported Video Sizes
Hopefully this is an easy question to answer. How can I get a list of supported video capture sizes in Android? Also, how can I get a list of supported video capture frame rates? I'm looking for the ...
4
votes
1answer
559 views
Making transparent video on iOS
I have two mp4 movies. One that has the actual video and one with the alpha values. My intention is that the first movie will get a transparent look, by merging it with the second one, where the ...
4
votes
3answers
257 views
How Do You Simulate Typing in c#?
I am thinking of making a few video turorials on C#, my problem is that I don't type very fast and I don't want to put the user to sleep as they watch me typing in real-time.
I would like to write a ...
4
votes
1answer
308 views
Any free C# libraries for video recording (of the screen) around?
I am looking for free C#(.net) libraries that allow me to record videos(plus sound) of the screen of my computer (basically, to do what camtasia does).
Is there anything easy to use, around?
Thanks
4
votes
2answers
582 views
how does first generation iPhone camera video?
There are some apps that let the first generation iPhone record video with a reasonable quality. My question is, which api do those apps use? Do they use custom code for compression to mpeg? And how ...
4
votes
1answer
816 views
Max duration for capture video on android
I have code for capturing a video clip on Android:
Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE);
intent.putExtra("android.intent.extra.durationLimit", 30000);
...
4
votes
2answers
1k views
Getting a snapshot from a webcam with Delphi
I need to get a regular snapshot from a webcam in Delphi. Speed is not a problem (once a second is fine). I have tried demo code from based on stuff from http://delphi.pjh2.de but I can't get it to ...
4
votes
2answers
5k views
iPhone: AVCaptureSession capture output crashing (AVCaptureVideoDataOutput)
I'm capturing video and converting it to a CGImage to do processing on it. It will work for a ~10 seconds, get memory warning and then crash (usually it says data formatters were temporarily ...
4
votes
4answers
648 views
Can I make a video of a running Java Swing application on the fly?
I have a Java swing GUI program that renders anywhere between 1 and 25 frames per second.
It is only one window and only one panel to which I do all the rendering, e.g. no other Swing components.
I ...
4
votes
2answers
1k views
How can I emulate a video capture device and provide dynamic video content?
I would like to emulate video input from a webcam for testing purposes.
So I need to be able to emulate a software video capture device in Windows and be able to dynamically generate its output.
How ...
4
votes
4answers
3k views
Java VNC Applet vs Screen Capture
I am trying to make an application in which one component captures the screen of the user (for screen casting). I am aware that there are two options to achieve the same using a Java applet (please ...
4
votes
3answers
535 views
Video capture SDKs and Frameworks for Windows
I cannot find a list describing all of the different options for video capture in Windows. I would like to keep this list to non-proprietary SDKs (i.e. ImageSource has their own SDK that works with ...
4
votes
1answer
958 views
Resources for working with video feeds in C#
I'm starting to get into a side project that I hope to pull in frames from several small IP cameras, perhaps do a bit of motion detection and redisplay them in a form with alerts.
Does anyone have ...
3
votes
1answer
57 views
+100
Video recording to a circular buffer on Android
I'm looking for the best way (if any...) to capture continuous video to a circular buffer on the SD card, allowing the user to capture events after they have happened.
The standard video recording ...
3
votes
2answers
152 views
Capturing video from multiple usb cams and showing in a UI side by side using JAVA + Java applet
I have to make 2 applets which will run in a TOMCAT like server and when I access the webpage[HTML page] at a client side, I have 2 cameras attached to that client PC and I want to show the videos ...
3
votes
1answer
111 views
.net video record with window handle
I launch a process (iexplore.exe), I get the processID and use p.mainWindowHandle to get the window.
Now I want to record that specific window in a video file. I know how to capture a single frame in ...
3
votes
2answers
221 views
Directly upload video captured from webcam
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 ...
3
votes
1answer
630 views
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 64x and with C# + VS 2010 express.
i have successfully compiled and run a ...
3
votes
1answer
404 views
How can I add webcam capabilities to my site?
I'm trying to allow users to take pictures with their webcams and save it. How can this be done? I am looking for something similar to Facebook or dailybooth in terms of their UI. I know smoe ...
3
votes
1answer
266 views
Creating a livestream website
We already have a functionality of Video uploading in our webapplication[built using python with Django framework]. Now we are in the process of building a livestream site where people are able to use ...
3
votes
1answer
557 views
How to detect motion between two PIL images? (wxPython webcam integration example included)
Does anyone have any suggestions as to how I might do image comparison in python to detect changes within an image? I'm currently working on an app that will monitor my area with my webcam, I would ...
3
votes
1answer
4k views
Can use AVCaptureVideoDataOutput and AVCaptureMovieFileOutput at the same time?
I want to record video and grab frames at the same time with my code.
I am using AVCaptureVideoDataOutput for grab frames and AVCaptureMovieFileOutput for video recording. But can't work and get the ...
3
votes
0answers
495 views
How to record filtered video for iPhone?
It is easy to record video by two ways: UIImagePicker or ALAssetLibrary.
But if I want to process each frame with image effect filter,then save result as video,how to do that ?
I can use ...
3
votes
1answer
262 views
C# Capture Video Stream From Window
I am trying to create a window preview (much like Windows7 'peek' feature) for a PC game. I'd like to capture the realtime game video output to the game window and create a mini preview in a panel.
...
3
votes
1answer
1k views
How to record video from Front Facing Camera?
we got a requirement to record video from front and rear cameras simultaniously..
In the Android 2.1 SDK we only have the MediaRecorder.VideoSource.CAMERA and DEFAULT, but not FRONT_CAMERA and ...
3
votes
5answers
1k views
What's the best library for video capture in Python on linux?
I want to write an application to video capture from web-cams in linux. Is there a python library to do that?