>    * Fixes to the V4L1 source. (Closes: #586366)

Now V4L2 does not crash:

(sid)li...@sauna:~$ fswebcam -v a.jpg
--- Opening /dev/video0...
Trying source module v4l2...
Error opening device: /dev/video0
open: Operation not permitted
Trying source module v4l1...
Error opening device: /dev/video0
open: Operation not permitted
Unable to find a source module that can read /dev/video0.
(sid)li...@sauna:~$ dpkg -l fswebcam
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                 Version                              
Description
+++-====================================-====================================-========================================================================================
ii  fswebcam                             20100622-1                           
Tiny and flexible webcam program

but V4L1 stops working:

(sid)li...@sauna:~$ fswebcam -v -d V4L1:/dev/video0 a.jpg
--- Opening V4L1:/dev/video0...
>>> Using 'v4l1' source module.
Error opening device: /dev/video0
open: Operation not permitted
(sid)li...@sauna:~$ sudo fswebcam -v -d V4L1:/dev/video0 a.jpg
[sudo] password for lindi:
--- Opening V4L1:/dev/video0...
>>> Using 'v4l1' source module.
Error opening device: /dev/video0
open: Operation not permitted


Compare this to the output I got with 20100401-1 in message #5 to
confirm the regression.





-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to