Solved Thinkpad T400 webcam in 12.1

Not sure if this one is supported or not. Sounds like one on the X200 is supposed to be: https://wiki.freebsd.org/WebcamCompat

I have cuse4bsd loaded. Can't get webcamd to work.

Code:
ugen3.2: <Chicony Electronics Co., Ltd. Integrated Camera> at usbus3, c
fg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA)

  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0200
  bDeviceClass = 0x00ef  <Miscellaneous device>
  bDeviceSubClass = 0x0002
  bDeviceProtocol = 0x0001
  bMaxPacketSize0 = 0x0040
  idVendor = 0x17ef
  idProduct = 0x1004

# webcamd -d 3.4
webcamd: Cannot find USB device

Any ideas?

Thank you!
 
can you try webcamd -d ugen3.2 -i 0 -v 0?

Awesome, that works. Thank you!

Tested it with mpv av://v4l2:/dev/video0. It says it creates /dev/video0 and /dev/video1. Only /dev/video0 works, which makes sense. It is extremely laggy in mpv, but looks how I'd expect.
 
Back
Top