camera monitors: introduce cam device arbitration logic

This commit is contained in:
Ashok Sidipotu
2023-07-20 16:32:47 +05:30
committed by George Kiagiadakis
parent 7bca8cacde
commit 426e1bbffe
5 changed files with 127 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ SimpleEventHook {
after = "monitor/libcam/name-node",
interests = {
EventInterest {
Constraint { "event.type", "=", "create-libcam-device-node" },
Constraint { "event.type", "=", "create-libcamera-device-node" },
},
},
execute = function(event)