Go to documentation repository
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 occurs.
Events | Events description |
FACE_DETECTED | Face is captured |
FACE_LEAVE | Face is lost |
The list of parameters for the CAM_FACECAPTURE object is presented in the table:
Parameters | Parameters description |
---|---|
owner | The name of the server where the face was captured/lost |
fraction | The 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_pk | The event ID (generated randomly for each event) |
core_global | Distribute to all cores (notify all) |
guid | The captured/lost face ID (generated randomly for each event) |
time | The time when the face was captured/lost |
param0 | Same as the guid parameter. Used to display the information in the "Add. info" column of the Event Viewer |