Initial commit: digital reception monorepo (M1-M11 + demo extensions)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "left-without-service",
|
||||
"description": "Пациент входит, ждёт, уходит без обслуживания (триггер left_without_service).",
|
||||
"personaSeed": 2002,
|
||||
"embeddingsPerCamera": 2,
|
||||
"triggerRecognition": false,
|
||||
"events": [
|
||||
{ "type": "arrived", "cameraName": "cam-entrance", "zoneCode": "A", "offsetSec": 0 },
|
||||
{ "type": "waiting", "cameraName": "cam-corridor", "zoneCode": "B", "offsetSec": 15 },
|
||||
{ "type": "left_without_service", "cameraName": "cam-corridor", "zoneCode": "B", "offsetSec": 600 }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user