Add option to choose view for newly selected cameras.

This commit is contained in:
Dermot Duffy
2022-01-29 17:17:56 -08:00
parent 65249fc82f
commit df93e572a2
6 changed files with 105 additions and 95 deletions
+3 -1
View File
@@ -32,6 +32,7 @@
"zone": "Frigate zone"
},
"view": {
"camera_select": "View for newly selected cameras",
"default": "Default view",
"views": {
"live": "Live view",
@@ -39,7 +40,8 @@
"clips": "Clips gallery",
"snapshot": "Most recent snapshot",
"snapshots": "Snapshots gallery",
"image": "Static image"
"image": "Static image",
"current": "Current view"
},
"timeout_seconds": "Reset to default view X seconds after user action (0=never)",
"update_cycle_camera": "Cycle through cameras when default view updates",