Main Page | Modules | Class Hierarchy

sphere
[Drivers]

The sphere driver captures images from a Logitech Sphere cameras. It differs from a normal Video4Linux device in that it has a built in Pan/Tilt/Zoom unit, so this driver supports multiple interfaces.

sphere.png

Compile-time dependencies

Provides

Requires

Configuration requests

Configuration file options

Example
driver
(
  name "spheredriver"
  plugin "libspheredriver.so"
  provides ["camera:0"
            "ptz:0"]
  port "/dev/video0"
  size [320 240]
  mode "RGB24"
  automatic_wb "fl"
  framerate 30
  shutter_speed   64000
  automatic_gain  10000
  dump_settings 0
)

Authors
Brad Kratochvil