mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Remove birdseye toggle (will be added in separate PR)
This commit is contained in:
parent
8267b8a733
commit
37ab7f6285
@ -311,6 +311,7 @@ class BirdsEyeFrameManager:
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
def update(self, camera, object_count, motion_count, frame_time, frame) -> bool:
|
def update(self, camera, object_count, motion_count, frame_time, frame) -> bool:
|
||||||
|
|
||||||
# update the last active frame for the camera
|
# update the last active frame for the camera
|
||||||
self.cameras[camera]["current_frame"] = frame_time
|
self.cameras[camera]["current_frame"] = frame_time
|
||||||
if self.camera_active(object_count, motion_count):
|
if self.camera_active(object_count, motion_count):
|
||||||
|
|||||||
@ -20,7 +20,7 @@ export const handlers = [
|
|||||||
detect: { width: 1280, height: 720 },
|
detect: { width: 1280, height: 720 },
|
||||||
snapshots: {},
|
snapshots: {},
|
||||||
live: { height: 720 },
|
live: { height: 720 },
|
||||||
ui: { dashboard: true, order: 0, birdseye: true },
|
ui: { dashboard: true, order: 0 },
|
||||||
},
|
},
|
||||||
side: {
|
side: {
|
||||||
name: 'side',
|
name: 'side',
|
||||||
@ -29,7 +29,7 @@ export const handlers = [
|
|||||||
detect: { width: 1280, height: 720 },
|
detect: { width: 1280, height: 720 },
|
||||||
snapshots: {},
|
snapshots: {},
|
||||||
live: { height: 720 },
|
live: { height: 720 },
|
||||||
ui: { dashboard: true, order: 1, birdseye: true },
|
ui: { dashboard: true, order: 1 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user