Documentation for Detector Pack 2.7. Documentation for other versions of Detector Pack is available too.
All events from the Detector Pack software modules come from the CAM object, which corresponds to the Camera system object.
Events of software modules can be used in Intellect 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 | The appearance of a new track (object) | Neurotracker |
OBJECT_LOST | The 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) |
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) |
y.0<>... | 0 - serial number of a track (object) in the event, <> - y coordinates |
x.0<>... | 0 - serial number of a track (object) in the event, <> - x coordinates |
id.0<>... | 0 - serial number of a track (object) in the event, <> - object id |
id.count<> | Current number of tracks (objects) |
Overview
Content Tools