misterhay / VISCA-IP-Controller

Python code for controlling PTZ cameras using VISCA commands over IP
The Unlicense
82 stars 28 forks source link

Floating point number for Zoom? #14

Closed whyronimus closed 1 year ago

whyronimus commented 1 year ago

Many thanks first for all your work on the visca over ip package!

One Question, or feature request: Currently, the "zoom" value can only be passed as integer. Is it possible to send a floating point number? This would be great for smoother camera operation.

misterhay commented 1 year ago

Great idea, but unfortunately the VISCA protocol itself only allows integer values between 0 and 7 for the zoom speed.