My Project
MMAL_PARAMETER_FACE_TRACK_RESULTS_T Struct Reference

#include <mmal_parameters_camera.h>

Public Attributes

MMAL_PARAMETER_HEADER_T hdr
 
uint32_t num_faces
 
uint32_t frame_width
 
uint32_t frame_height
 
MMAL_PARAMETER_FACE_TRACK_FACE_T faces [1]
 

Detailed Description

Definition at line 459 of file mmal_parameters_camera.h.

Member Data Documentation

◆ faces

MMAL_PARAMETER_FACE_TRACK_FACE_T MMAL_PARAMETER_FACE_TRACK_RESULTS_T::faces[1]

Face information (variable length array

Definition at line 467 of file mmal_parameters_camera.h.

◆ frame_height

uint32_t MMAL_PARAMETER_FACE_TRACK_RESULTS_T::frame_height

Height of the frame on which the faces were detected (allows scaling)

Definition at line 465 of file mmal_parameters_camera.h.

◆ frame_width

uint32_t MMAL_PARAMETER_FACE_TRACK_RESULTS_T::frame_width

Width of the frame on which the faces were detected (allows scaling)

Definition at line 464 of file mmal_parameters_camera.h.

◆ hdr

MMAL_PARAMETER_HEADER_T MMAL_PARAMETER_FACE_TRACK_RESULTS_T::hdr

Definition at line 461 of file mmal_parameters_camera.h.

◆ num_faces

uint32_t MMAL_PARAMETER_FACE_TRACK_RESULTS_T::num_faces

Number of faces detected

Definition at line 463 of file mmal_parameters_camera.h.


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