Results 1 to 2 of 2
hi,
is anyone familiar with this interface? and knows how to capture video using this?
i tried to workaround things in v4l2spec.bytesex.org Video Capture Example (capture.c), the example given in ...
- 01-07-2011 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 5
Video for Linux Two (V4l2)
hi,
is anyone familiar with this interface? and knows how to capture video using this?
i tried to workaround things in v4l2spec.bytesex.org Video Capture Example (capture.c), the example given in v4l2 spec, but it doesnt show how we could save the images captured to video.
i tried running the program as
and the resulting video plays really fast. im thinking this is not the right way to save it.Code:$ capture -o > file.mpeg
help please.
thanks!
- 01-07-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Try using ffmpeg, or vlc in streaming mode. I use ffmpeg to stream to vlc from my web cam.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote