Go to documentation repository
The CAM_FACECAPTURE object corresponds to the Face Detection system object.
The CAM_FACECAPTURE object 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:
| Code Block |
|---|
OnEvent("CAM_FACECAPTURE","_id_","_event_") |
Description of events from the CAM_FACECAPTURE object:occurs.
Events | Events description |
FACE_DETECTED | Face is captured |
| FACE_LEAVE | Face is lost |
The operator format for describing the actions with the Face Detection is:
...
The list of parameters for the the CAM_FACECAPTURE object is presented in the table below.:
| 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 |