Skip to content

Commit

Permalink
Fixes for pphysical joystick (ONVIF)- issue #189 - update
Browse files Browse the repository at this point in the history
fix bug - physical ptz missing stop command, without break of digital PTZ
internal bool DigitalPTZ => _cameraControl.Camobject.ptz == -1;
  • Loading branch information
Orvani committed May 16, 2022
1 parent a0c4a3f commit b86c4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PTZController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ internal PTZSettings2Camera PTZSettings
}
}

internal bool DigitalPTZ = false;
internal bool DigitalPTZ => _cameraControl.Camobject.ptz == -1;


public PTZController(CameraWindow cameraControl)
Expand Down

0 comments on commit b86c4ac

Please sign in to comment.