View Single Post
Posts: 16 | Thanked: 34 times | Joined on May 2010
#6
You could use gst tools and mess about with the options. Something like

Code:
gst-launch v4l2src device=/dev/video0 ! video/x-raw-yuv ! ffmpegcolorspace ! avimux ! filesink location=whatever.avi
will record to whatever.avi, and you'll still be able to use your phone.
 

The Following User Says Thank You to Hynkel For This Useful Post: