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

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Commands of the software modules can be used in Intellect scripts (see Programming Guide) or sent directly to the kernel using IIDK (see Intellect Integration Developer Kit (IIDK)).

Commands description:

Command

Description

Software module used
GET_STATUS

Generates the events for each detected object. These events contain a unique object ID, relative x and y coordinates (if the upper left corner is 0.0, and the lower right corner is 100,100), date/time, etc.

Neurotracker

Example of the GET_STATUS command:

DoReact(NEURO_TRACKER|1|GET_STATUS);
  • No labels