Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect 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 Next »

The CAM_FACECAPTURE object corresponds to the Face Detection system object.

The CAM_FACECAPTURE object sends the events presented in the table below. The procedure is started when the corresponding event appears. The event procedure format for the CAM_FACECAPTURE object:

OnEvent("CAM_FACECAPTURE","_id_","_event_")

Description of events from the CAM_FACECAPTURE object:

Events

Events description

FACE_DETECTED

Face is captured

FACE_LEAVEFace is lost

The operator format for describing the actions with the Face Detection is:

DoReact("CAM_FACECAPTURE","_id_","_command_" [,"_parameters_"]);

The list of parameters for the CAM_FACECAPTURE object is presented in the table below.

ParametersParameters description
owner

The name of the server where the face was captured/lost

fractionThe millisecond when the face was captured/lost
module

The module where the face is captured

date The date when the face was captured/lost
guid_pkThe event ID (generated randomly for each event)
core_globalDistribute to all cores (notify all)
guidThe captured/lost face ID (generated randomly for each event
timeThe time when the face was captured/lost
param0

Same as guid. Used to display the information in the "Add. info" column of the Event viewer

  • No labels