Go to documentation repository
...
Event | Description | Software module used |
|---|---|---|
| NEW_OBJECT | The appearance Appearance of a new track (object) | Neurotracker |
| OBJECT_LOST | The disappearance Disappearance of a track (object) | Neurotracker |
| CURRENT_OBJECTS | Event for the GET_STATUS command | Neurotracker |
...
Parameters | Parameters description |
|---|---|
cam<> | id of the software module that generates the event |
| fraction<> | Millisecond timestamp of the event |
| new_id<> | id of a new track (object) |
| detector_id<> | id of the detectordetection tool |
| owner<> | Server name |
| date<> | Date of event |
| guid_pk<> | id of event (randomly generated for each event) |
| core_global<> | When the event is generated, all CORE objects in the distributed system are notified |
| time<> | Time of event |
| lost_id<> | id of a disappeared track (object) |
| y1.0<>... | 1—upper left corner of the track frame (object), 0—sequence number of a track (object) in the event, <>—y coordinate |
| y2.0<>... | 0 – serial 2—lower right corner of the track frame (object), 0—sequence number of a track (object) in the event, <> - y coordinates—y coordinate |
| x1.0<>... | 1—upper left corner of the track frame (object), 0—sequence number of a track (object) in the event, <>—x coordinate |
| x2x.0<>... | 0 – serial 2—lower right corner of the track frame (object), 0—sequence number of a track (object) in the event, <> - —x coordinates coordinate |
| id.0<>... | 0 – serial —sequence number of a track (object) in the event, <> - —object id |
| id.count<> | Current number of tracks (objects) |
...