forked from ispysoftware/iSpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for physical joystick (ONVIF)- issue ispysoftware#189
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;
- Loading branch information
Showing
2 changed files
with
46 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters