Hi Andreas, On Wednesday 16 July 2008, Andreas Volz wrote: > Hello, > > which tool should I use to grab a video from my camera in USB mode?
Your camera has a DV mode and a Webcam mode. Which of them do you mean ? dvgrab will probably only work in DV mode, while most V4L2-aware software will be usable in Webcam mode provided they support MJPEG. > 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? Best regards, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
