diff --git a/frigate/output/birdseye.py b/frigate/output/birdseye.py index 5d80de33c..29ef4ee89 100644 --- a/frigate/output/birdseye.py +++ b/frigate/output/birdseye.py @@ -862,7 +862,7 @@ class Birdseye: coordinates = self.birdseye_manager.get_camera_coordinates() self.requestor.send_data(UPDATE_BIRDSEYE_LAYOUT, coordinates) if self._idle_interval: - now = time.monotonic() + now = datetime.datetime.now().timestamp() is_idle = len(self.birdseye_manager.camera_layout) == 0 if ( is_idle