I would like to get a USB webcam working on my PowerPC OpenBSD 4.9
install.  I'm an OpenBSD newbie.

When I plug it in, the kernel registers the USB device, but doesn't
go any further to recognise it as a video device.  The last line
of dmesg is:
ugen1 at uhub1 port 1 "Vimicro Corp. PC Camera" rev 1.10/1.00 addr 3

The following is from my Slackware box (for info on the device type
and the drivers):
----------Start Slackware---------------------------------------

mplayer recognises it using the V4L2 driver:
$ mplayer -tv device=/dev/video1 tv://
MPlayer UNKNOWN-4.2.4 (C) 2000-2009 MPlayer Team
115 audio & 237 video codecs
Playing tv://.
TV file format detected.
Selected driver: v4l2
 name: Video 4 Linux 2 input
 author: Martin Olschewski <olschew...@zpr.uni-koeln.de>
 comment: first try, more to come ;-)
Selected device: PC Camera
 Capabilites:  video capture  read/write  streaming
 supported norms:
 inputs: 0 = zc3xx;
 Current input: 0
 Current format: unknown (0x4745504a)

>From Slackware's dmesg:
usb 2-1: new full speed USB device using uhci_hcd and address 2
usb 2-1: New USB device found, idVendor=0ac8, idProduct=301b
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1: Product: PC Camera
usb 2-1: Manufacturer: Vimicro Corp.
PM: Adding info for usb:2-1
usb 2-1: configuration #1 chosen from 1 choice
PM: Adding info for usb:2-1:1.0
PM: Adding info for No Bus:usbdev2.2_ep81
PM: Adding info for No Bus:usbdev2.2_ep82
PM: Adding info for No Bus:usbdev2.2
PM: Adding info for No Bus:usbdev2.2_ep00
gspca: main v2.4.0 registered
gspca: probing 0ac8:301b
zc3xx: probe 2wr ov vga 0x0000
zc3xx: probe sensor -> 11
zc3xx: Find Sensor HV7131R(c)
PM: Adding info for No Bus:video1
gspca: probe ok
usbcore: registered new interface driver zc3xx
zc3xx: registered

--------------End Slackware--------------------------

I tried installing luvcview package, but it errors with:
$ luvcview
luvcview version 2.0
Video driver: x11
A window manager is available
video /dev/video0
ERROR opening V4L interface
: Device not configured

At this point, I am stumped and welcome any ideas.

Thanks,
Nick

Reply via email to