Documentation for Detector Pack 2.7. Documentation for other versions of Detector Pack is available too.

Previous page Appendix 2. Commands, requests and events of the Detector Pack software modules  Commands of the software modules Next page


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_LOSTThe disappearance of a track (object)Neurotracker
CURRENT_OBJECTSEvent for the GET_STATUS commandNeurotracker

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)
  • No labels