Hi Jean-Christophe, > I have a pinnacle dc10+ > I put the card into the pc, start pc, redhat-9(kudzu) find it install a > driver ? ( does it install a driver ?) > I had installed studio before to take a look how it was looking (great > no prob) > Well when I start a "initialize capture" I got a : > "Lavrec failed with the following error: [lavrec] error opening > video-device (/dev/video): is a directory" > Can you help me to find out where my video card is ?
lavrec states that /dev/video is a directory. Have a look at it then (ls -al /dev/video or just browse it with your favorite file manager), and check if you find a device node (special kind of file that is used by applications to talk to devices in the kernel) named video0 in there. That will be your video device (it should be in /dev/v4l/video0, but maybe RedHat renamed v4l to video). If so, you can tell lavrec where your video device is by setting LAV_VIDEO_DEV: export LAV_VIDEO_DEV=/dev/video/video0 lavrec [options] Laurent Pinchart ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users