rietsit
2008-01-22, 12:05 PM CST
I have "no driver" webcam, but it supposed to be an amazing quality with 5MP
#/sbin/lsusb
Bus 005 Device 008: ID eb1a:2761 eMPIA Technology, Inc.
# /sbin/modprobe gspca
[nothing returned]
# caminfo
Detected 0 Video4Linux devices.
/dev/ has no video folder
so I assume my webcam is not suported by V4L or GSPCA
But eb1a:2761 eMPIA is supported by UVCvideo:
http://linux-uvc.berlios.de/ on the bottom
but I could not compile UVC:
#cd /opt/linux-uvc/trunk
# svn checkout http://svn.berlios.de/svnroot/repos/linux-uvc/trunk
svn: URL 'http://svn.berlios.de/svnroot/repos/linux-uvc/trunk' doesn't exist
[root@doc trunk]# svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
A trunk/uvc_status.c
A trunk/uvc_ctrl.c
A trunk/uvc_queue.c
A trunk/uvc_video.c
A trunk/uvc_isight.c
A trunk/uvc_v4l2.c
A trunk/uvc_compat.h
A trunk/uvc_driver.c
A trunk/uvcvideo.h
A trunk/Makefile
A trunk/dynctrl.txt
Checked out revision 171.
# make
Building USB Video Class driver...
/bin/sh: line 0: cd: /lib/modules/2.6.23.12-52.fc7/build: No such file or directory
make: *** [uvcvideo] Error 1
#make install
Installing USB Video Class driver...
/bin/sh: line 0: cd: /lib/modules/2.6.23.12-52.fc7/build: No such file or directory
anyone can help
thanks
#/sbin/lsusb
Bus 005 Device 008: ID eb1a:2761 eMPIA Technology, Inc.
# /sbin/modprobe gspca
[nothing returned]
# caminfo
Detected 0 Video4Linux devices.
/dev/ has no video folder
so I assume my webcam is not suported by V4L or GSPCA
But eb1a:2761 eMPIA is supported by UVCvideo:
http://linux-uvc.berlios.de/ on the bottom
but I could not compile UVC:
#cd /opt/linux-uvc/trunk
# svn checkout http://svn.berlios.de/svnroot/repos/linux-uvc/trunk
svn: URL 'http://svn.berlios.de/svnroot/repos/linux-uvc/trunk' doesn't exist
[root@doc trunk]# svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
A trunk/uvc_status.c
A trunk/uvc_ctrl.c
A trunk/uvc_queue.c
A trunk/uvc_video.c
A trunk/uvc_isight.c
A trunk/uvc_v4l2.c
A trunk/uvc_compat.h
A trunk/uvc_driver.c
A trunk/uvcvideo.h
A trunk/Makefile
A trunk/dynctrl.txt
Checked out revision 171.
# make
Building USB Video Class driver...
/bin/sh: line 0: cd: /lib/modules/2.6.23.12-52.fc7/build: No such file or directory
make: *** [uvcvideo] Error 1
#make install
Installing USB Video Class driver...
/bin/sh: line 0: cd: /lib/modules/2.6.23.12-52.fc7/build: No such file or directory
anyone can help
thanks