You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop command not sent when using physical joystick for ONVIF PTZ;
No speed control - constant speed only;
New command not issued if joystick position shift under threshold (threshold is too big);
The text was updated successfully, but these errors were encountered:
Orvani
added a commit
to Orvani/iSpy
that referenced
this issue
May 11, 2022
Fixes for physical joystick (ONVIF)- issue ispysoftware#189
1. Fix bug - pt did not receive a s stop command;
Activate stop command on joystick release; (physical joystick got defined as DigitalPTZ for some reason)
changed internal bool DigitalPTZ => PTZSettings == null;
to
internal bool DigitalPTZ = false;
2. Feature:
Change pan & tilt speed in correlation with joystick position;
used tanh function for more sensitive transformation of joystick position to pan/tilt speed;
Stop command not sent when using physical joystick for ONVIF PTZ;
No speed control - constant speed only;
New command not issued if joystick position shift under threshold (threshold is too big);
The text was updated successfully, but these errors were encountered: