Hi Franjo, On Monday 27 August 2007, Franjo Mlakar wrote: > Hi, > > I have install the UVC driver and I try to use it with guvcview. But when I > run guvcview I get the following error. > > [EMAIL PROTECTED] UVC]# guvcview > resolution: 320 x 240 > windowsize: 700 x 420 > mode: jpg > fps: 25 > bpp: 0 > hwaccel: 1 > grabmethod: 1 > guvcview version 0.1 > Video driver: x11 > A window manager is available > video /dev/video0 > ERROR opening V4L interface > > : No such file or directory > > [EMAIL PROTECTED] UVC]# > > I do not have /dev/video or /dev/video0 device node. Does the driver make > this nodes when it is installed, or do I have to make this nodes by myself? > I'm realy new, so any help is welcome.
When you plug your webcam, the driver should probe it and register a new device. udev is then responsible for creating device nodes. You should first check if the driver has properly detected the webcam. Check the kernel log (using the dmesg command) for information printed by the UVC driver. Best regards, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
