Add options for reordering and hiding cameras selectively

This commit is contained in:
Nick Mowen
2022-03-17 13:59:11 -06:00
parent b1cc64d4fa
commit 7cf35f171b
5 changed files with 89 additions and 28 deletions
+2
View File
@@ -20,6 +20,7 @@ export const handlers = [
detect: { width: 1280, height: 720 },
snapshots: {},
live: { height: 720 },
ui: { show: true, order: 0 },
},
side: {
name: 'side',
@@ -28,6 +29,7 @@ export const handlers = [
detect: { width: 1280, height: 720 },
snapshots: {},
live: { height: 720 },
ui: { show: true, order: 1 },
},
},
})