mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-09 16:47:37 +03:00
Merge 8edf4ce298 into 8f13932c64
This commit is contained in:
commit
f9866c2830
@ -874,7 +874,7 @@ class Birdseye:
|
|||||||
coordinates = self.birdseye_manager.get_camera_coordinates()
|
coordinates = self.birdseye_manager.get_camera_coordinates()
|
||||||
self.requestor.send_data(UPDATE_BIRDSEYE_LAYOUT, coordinates)
|
self.requestor.send_data(UPDATE_BIRDSEYE_LAYOUT, coordinates)
|
||||||
if self._idle_interval:
|
if self._idle_interval:
|
||||||
now = time.monotonic()
|
now = datetime.datetime.now().timestamp()
|
||||||
is_idle = len(self.birdseye_manager.camera_layout) == 0
|
is_idle = len(self.birdseye_manager.camera_layout) == 0
|
||||||
if (
|
if (
|
||||||
is_idle
|
is_idle
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user