unicapimage

The unicapimage driver makes use of libunicap (http://www.unicap-imaging.org) to get access to certain video capture devices (such as the Imaging Source DFG/1394-1e converter) and provide the data through the interface_camera interface.

Compile-time dependencies
Provides
  • interface_camera
Requires
  • none
Configuration requests
  • none yet
Configuration file options

The examples below are given for the Imaging Source DFG/1394-1e Video-to-Firewire converter.

  • color_space (integer)
    • Default: 0 (UYVY)
    • Possible values: 0 (UYVY), 1 (YUY2), 2 (Y411), 3 (Grey).
    • Format of the image to provide.
  • video_format (integer)
    • Default: 0 (320x240)
    • Possible values: 0 (320x240), 1 (640x480), 2 (768x576).
    • Resolution of the image to provide.
Example
driver
(
  name "unicapimage"
  provides ["camera:0"]
  color_space 3
  video_format 0
)
Author
Radu Bogdan Rusu