
Originally Posted by
zenwalker
Seems like the resource acquired by your driver for that cam isnt releasing when you close the application. There could be a bug in the driver as well. See if your vendor does provide some good drivers or try to contact its maintainer.
Also do let us know how your using ffmpeg or cheese. Because, unless you pass parameter to ffmpeg or use an option in cheese to use webcam, they dont ping the device. I use those apps too.
for recording I use:
Code:
ffmpeg -f oss -i /dev/dsp -f video4linux2 -s 320x240 -i /dev/video0 out.mpg
Bookmarks