My Project
MMAL_PARAMETER_FACE_TRACK_FACE_T Struct Reference

#include <mmal_parameters_camera.h>

Public Attributes

int32_t face_id
 
int32_t score
 
MMAL_RECT_T face_rect
 
MMAL_RECT_T eye_rect [2]
 
MMAL_RECT_T mouth_rect
 

Detailed Description

Definition at line 449 of file mmal_parameters_camera.h.

Member Data Documentation

◆ eye_rect

MMAL_RECT_T MMAL_PARAMETER_FACE_TRACK_FACE_T::eye_rect[2]

Rectangle around the eyes ([0] = left eye, [1] = right eye)

Definition at line 455 of file mmal_parameters_camera.h.

◆ face_id

int32_t MMAL_PARAMETER_FACE_TRACK_FACE_T::face_id

Face ID. Should remain the same whilst the face is detected to remain in the scene

Definition at line 451 of file mmal_parameters_camera.h.

◆ face_rect

MMAL_RECT_T MMAL_PARAMETER_FACE_TRACK_FACE_T::face_rect

Rectangle around the whole face

Definition at line 453 of file mmal_parameters_camera.h.

◆ mouth_rect

MMAL_RECT_T MMAL_PARAMETER_FACE_TRACK_FACE_T::mouth_rect

Rectangle around the mouth

Definition at line 456 of file mmal_parameters_camera.h.

◆ score

int32_t MMAL_PARAMETER_FACE_TRACK_FACE_T::score

Confidence of the face detection. Range 1-100 (1=unsure, 100=positive).

Definition at line 452 of file mmal_parameters_camera.h.


The documentation for this struct was generated from the following file: