I've been fighting with this little toy for some days now.
The initial setup, supposedly went fine. To sum up and save you some reading here's the relevant stuff, it all seems ok so far:
Code:
$ lsusb
Bus 002 Device 003: ID 093a:2468 Pixart Imaging, Inc. Cammaestro 2.5DU/X-EYE/Orite SC-120/ICGear TravelCam/Easy Snap Snake Eye Webcam
$ grep 093a:2468 /home/i92guboj/kernel/linux/Documentation/video4linux/gspca.txt
pac207 093a:2468 PAC207
$ lsmod
gspca_pac207 8736 0
gspca_main 26976 1 gspca_pac207
videodev 41664 1 gspca_main
v4l1_compat 16644 1 videodev
v4l2_compat_ioctl32 11168 1 videodev
$ dmesg|tail
[37737.128053] usb 2-2: new full speed USB device using ohci_hcd and address 4
[37737.273316] usb 2-2: configuration #1 chosen from 1 choice
[37737.276183] gspca: probing 093a:2468
[37737.282081] pac207: Pixart Sensor ID 0x27 Chips ID 0x00
[37737.282088] pac207: Pixart PAC207BCA Image Processor and Control Chip detected (vid/pid 0x093A:0x2468)
[37737.291294] gspca: probe ok
Rrrright. However, no single application will work with this critter. I've tried so far mplayer, mencoder, xawtv and spcacat/spcaview. Spcacat gives me:
Code:
$ spcacat
Spcaview version: 1.1.8 date: 25:12:2007 (C) mxhaard@magic.fr
video /dev/video0
Camera found: CIF Single Chip
VIDIOCGPICT brightnes=1028 hue=0 color=0 contrast=0 whiteness=0depth=8 palette=0
Hmm did not support Video_channel
StreamId: 8 Camera
try palette 21 depth 8
Damned second try fail
try palette 15 depth 12
Damned second try fail
try palette 4 depth 24
Damned second try fail
try palette 3 depth 16
Damned second try fail
try palette 5 depth 32
Damned second try fail
probe size in
skip size 640 x 480
skip size 384 x 288
Available Resolutions width 352 heigth 288
Available Resolutions width 320 heigth 240
Available Resolutions width 192 heigth 144
Available Resolutions width 176 heigth 144
Available Resolutions width 160 heigth 120
Invalid palette in check palette fatal !!
Format asked 15 check -1
VIDIOCSPICT brightnes=1028 hue=0 color=0 contrast=0 whiteness=0depth=12 palette=15
VIDIOCGPICT brightnes=1028 hue=0 color=0 contrast=0 whiteness=0depth=8 palette=0
could't set video palette Abort !
I am rather inexperienced with this kind of gadget, so I have no idea if this is something silly.
Any help is appreciated, thanks everyone beforehand
