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); |