You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
710 B
13 lines
710 B
{ |
|
"name": "new-patient", |
|
"description": "Новый пациент: входит (A) → ждёт (B) → обслуживается у стойки (C). Создаёт unmatched-трек для ручного enrollment.", |
|
"personaSeed": 1001, |
|
"embeddingsPerCamera": 3, |
|
"triggerRecognition": false, |
|
"events": [ |
|
{ "type": "arrived", "cameraName": "cam-entrance", "zoneCode": "A", "offsetSec": 0 }, |
|
{ "type": "waiting", "cameraName": "cam-corridor", "zoneCode": "B", "offsetSec": 20 }, |
|
{ "type": "service_started", "cameraName": "cam-reception", "zoneCode": "C", "offsetSec": 180 }, |
|
{ "type": "service_ended", "cameraName": "cam-reception", "zoneCode": "C", "offsetSec": 480 } |
|
] |
|
}
|
|
|