camerauvc

USB video (UVC) camera interface. More...

USB video (UVC) camera interface.

Device driver for webcams supporting the USB video standard. Works with recent Logitech cams (QuickCam Fusion, QuickCam Orbit, QuickCam Pro for Notebooks and QuickCam Pro 5000) and hopefully many USB webcams released 2007 onward will support the standard.

Compile-time dependencies
  • none
Requires
  • none
Provides
Configuration requests
  • none
Configuration file options
  • port (string)
    • Default: "/dev/video0"
    • Linux video device entry
  • size (integer tuple)
    • Default: [320 240]
    • size of the image to grab, most cameras should at least support [640 480] as well
Example
driver
(
  name "camerauvc"
  provides ["camera:0"]
  port "/dev/video0"
  size [640 480]
)
Authors
Raymond Sheh, Modified by Luke Gumbley

Last updated 12 September 2005 21:38:45