All events from the DetectorPack PSIM software modules come from the CAM object, which corresponds to the Camera system object.
Events of software modules can be used in Axxon PSIM scripts to launch the procedures when a corresponding event occurs (see Guide for creating scripts (programming)).
Event format:
CAM|"_id_"|"_command_"|"_parameters_" |
Events description:
Event | Description | Software module used |
|---|---|---|
| NEW_OBJECT | Appearance of a new track (object) | Neurotracker |
| OBJECT_LOST | Disappearance of a track (object) | Neurotracker |
| CURRENT_OBJECTS | Event for the GET_STATUS command | Neurotracker |
List of event parameters:
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 detection tool |
| owner<> | Server name |
| date<> | Date of event |
| label_id<> | id of event class |
| 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<>... | 2—lower right corner of the track frame (object), 0—sequence number of a track (object) in the event, <>—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 |
| x2.0<>... | 2—lower right corner of the track frame (object), 0—sequence number of a track (object) in the event, <>—x coordinate |
| id.0<>... | 0—sequence number of a track (object) in the event, <>—object id |
| id.count<> | Current number of tracks (objects) |