When the Logitech QuickCam Orbit/Sphere AF webcam is in use on Windows, a little window pops up enabling pan, tilt, zoom, and lighting control. This applet works outside of the program currently capturing video.
Is there a similar, full featured control program available for Linux?
I did find the CLI uvcdynctrl
and a simple python/tk GUI program pyuvcdyncrtl.py, which wraps around it, but pyuvcdyncrtl.py can't control the dynamic lighting, zoom, or other features.
Command-line use
To see a complete list of the possible settings for your webcam, do
Notice you need to specify the device to use, default=
video0
, but can also bevideo1
,video2
... In my computer for example is video2.Pan camera
To the left:
To the right:
To reset pan:
And so on...
Graphical use
With viewer
Without viewer of during use (with cheese for example)
You can try 'guvcview' for pan/tilt control.