PTZ for Logitech Sphere AF webcams (based on experiences with real device).

Compile-time dependencies
  • <sys/types.h>
  • <linux/videodev2.h>
Provides
  • interface_ptz
Requires
  • None
Configuration requests
  • None
Configuration file options
  • port (string)
    • Default: "/dev/video0"
    • Device to connect to.
  • autoreset (integer)
    • Default: 1
    • If set to 1, camera will reset itself whenever it achieve zero position (this can be annoying, therefore it can be turned off)
Example

Can be safely used together with camerauvc driver:

driver
(
  name "camerauvc"
  provides ["camera:0"]
  port "/dev/video0"
  size [640 480]
)

driver
(
  name "sphereptz"
  provides ["ptz:0"]
  port "/dev/video0"
)
Author
Paul Osmialowski, Paulo Assis