OLD QuickCam Orbit/Sphere AF! PTZ, how?

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
BobLaske
Posts: 87
Joined: Fri Oct 13, 2017 3:55 am

OLD QuickCam Orbit/Sphere AF! PTZ, how?

Post by BobLaske »

I have this old QuickCam Orbit/Sphere AF camera that works quite well and I thought I'd connect it to USB.
It works great as a USB camera but I cannot find any info on how to get PTZ going probably because it's such a old camera.
What I did find was lots of hacking using very old versions of zoneminder so figure it's best to ask here.

I found this old info so gave it a try and now I see the pan tilt and controls even if there were a lot of errors.
No idea if this has hurt my setup now but that did allow me to PT the camera. No zoom however.
I'm not caring about the command line, I'd like to see PTZ from zoneminder.

# uvcdynctrl -d video0 -s "Pan (relative)" -- -500
# uvcdynctrl -d video0 -s "Pan (relative)" -- -1000
# uvcdynctrl -d video0 -s "Pan (relative)" -- -1000
# uvcdynctrl -d video0 -s "Pan (relative)" -- -1000

# uvcdynctrl -c -d /dev/video0
Listing available controls for device /dev/video0:
Brightness
Contrast
Saturation
White Balance Temperature, Auto
Gain
Power Line Frequency
White Balance Temperature
Sharpness
Backlight Compensation
Exposure, Auto
Exposure (Absolute)
Exposure, Auto Priority

# uvcdynctrl --import=/usr/share/uvcdynctrl/data/046d/logitech.xml
Importing dynamic controls from file /usr/share/uvcdynctrl/data/046d/logitech.xml.
UVCIOC_CTRL_MAP returned errno(25)
ERROR: Unable to import dynamic controls: The function is not implemented. (Code: 1)
/usr/share/uvcdynctrl/data/046d/logitech.xml: error: video0: unable to map 'Pan (relative)' control. ioctl(UVCIOC_CTRL_MAP) failed with return value - 1 (error 2: No such file or directory)
/usr/share/uvcdynctrl/data/046d/logitech.xml: error: video0: unable to map 'Tilt (relative)' control. ioctl(UVCIOC_CTRL_MAP) failed with return value -1 (error 2: No such file or directory)
/usr/share/uvcdynctrl/data/046d/logitech.xml: error: video0: unable to map 'Pan Reset' control. ioctl(UVCIOC_CTRL_MAP) failed with return value -1 (er ror 2: No such file or directory)
/usr/share/uvcdynctrl/data/046d/logitech.xml: error: video0: unable to map 'Tilt Reset' control. ioctl(UVCIOC_CTRL_MAP) failed with return value -1 (e rror 2: No such file or directory)
/usr/share/uvcdynctrl/data/046d/logitech.xml: error: video0: unable to map 'Raw bits per pixel' control. ioctl(UVCIOC_CTRL_MAP) failed with return val ue -1 (error 17: File exists)
/usr/share/uvcdynctrl/data/046d/logitech.xml: error: video0: unable to map 'LED1 Mode' control. ioctl(UVCIOC_CTRL_MAP) failed with return value -1 (er ror 2: No such file or directory)
/usr/share/uvcdynctrl/data/046d/logitech.xml: error: video0: unable to map 'LED1 Frequency' control. ioctl(UVCIOC_CTRL_MAP) failed with return value - 1 (error 2: No such file or directory)
/usr/share/uvcdynctrl/data/046d/logitech.xml: error: device 'video1' skipped because the driver 'uvcvideo' behind it does not seem to support dynamic controls.

# uvcdynctrl -c -d /dev/video0
Listing available controls for device /dev/video0:
Brightness
Contrast
Saturation
White Balance Temperature, Auto
Gain
Power Line Frequency
White Balance Temperature
Sharpness
Backlight Compensation
Exposure, Auto
Exposure (Absolute)
Exposure, Auto Priority
Pan (relative)
Tilt (relative)
Pan Reset
Tilt Reset
Focus
LED1 Mode
LED1 Frequency
Disable video processing
Raw bits per pixel
[/code]
User avatar
iconnor
Posts: 3356
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: OLD QuickCam Orbit/Sphere AF! PTZ, how?

Post by iconnor »

Just need to write a control script for it.
BobLaske
Posts: 87
Joined: Fri Oct 13, 2017 3:55 am

Re: OLD QuickCam Orbit/Sphere AF! PTZ, how?

Post by BobLaske »

I see, nothing already built into ZM. Got it, thank you for letting me know.
Post Reply