Files
blakeblackshear.frigate/frigate
Josh Hawkins f7ed8b4cab Autotracking improvements (#19873)
* Use asyncio lock when checking camera status

get_camera_status() can be called during normal autotracking movement and from routine camera_maintenance(). Some cameras cause one of the status calls to hang, which then subsequently hangs autotracking. A lock serializes access and prevents the hang.

* use while loop in camera_maintenance for status check

some cameras seem to take a little bit to update their status, don't assume the first call shows the motor has stopped
2025-09-01 19:18:50 -05:00
..
2025-06-26 09:25:47 -05:00
2025-07-11 06:30:26 -06:00
2025-02-08 12:47:01 -06:00
2025-03-24 12:25:36 -05:00
2025-05-22 18:16:35 -06:00
2025-09-01 19:18:50 -05:00
2025-05-13 08:27:20 -06:00
2025-06-26 13:01:09 -06:00
2025-06-23 17:40:21 -06:00
2025-02-08 12:47:01 -06:00
2025-05-29 09:02:17 -06:00
2025-03-13 14:20:09 -06:00
2024-12-12 14:46:00 -06:00
2025-05-13 08:27:20 -06:00