Hello, which tool should I use to grab a video from my camera in USB mode? I tried dvgrab, but that doesn't work:
[EMAIL PROTECTED]:~> dvgrab -V -input /dev/video0 Warning: Cannot set RR-scheduler Warning: Cannot disable swapping "" 0.00 MB 0 frames Capture Stopped Killed [EMAIL PROTECTED]:~> sudo sux [sudo] password for andreas: [EMAIL PROTECTED]:andreas> cd [EMAIL PROTECTED]:~> dvgrab -V -input /dev/video0 "" 0.00 MB 0 frames Capture Stopped Killed First problem is the RR-scheduler warning. I "solved" that by becoming root. Then nothing happens and if I abort it with Ctrl-C it displays "0 MB frames". Then I've to kill -9 dvgrab. Interesting is if I strace this then it breaks at start time. See here the output: http://pastebin.com/m2ac759a7 Device is the same as in my mail three days ago. Do you see the problem? Or is there a better application for getting data from my camera? Some month ago someone on that list helped me to modify an example application to fetch video from my camera, but this application doesn't work anymore. Maybe I should more in-deep explain that way? regards Andreas _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
