Skip to content

Commit

Permalink
Update camera_control.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Apr 7, 2024
1 parent b3926ba commit 63ef62b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axis-ptz-controller/camera_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def get_ptz(self) -> Tuple[float, float, int, int]:

except Exception as e:
logging.error(f"Error: {e}")
logging.error(resp.text)
return (0, 0, 0, 0)


Expand Down

0 comments on commit 63ef62b

Please sign in to comment.