|
Libargus API
Libargus Camera API
|
Interface to expose the face detection capabilities of a CaptureSession. More...
#include <FaceDetect.h>
Public Member Functions | |
| virtual uint32_t | getMaxFaceDetectResults () const =0 |
| Returns the maximum number of faces that can be detected by the face detection algorithm per request. | |
Static Public Member Functions | |
| static const InterfaceID & | id () |
Protected Member Functions | |
| ~IFaceDetectCaps () | |
Protected Member Functions inherited from Argus::Interface | |
| Interface () | |
| ~Interface () | |
Interface to expose the face detection capabilities of a CaptureSession.
Definition at line 67 of file FaceDetect.h.
|
inlineprotected |
Definition at line 79 of file FaceDetect.h.
|
pure virtual |
Returns the maximum number of faces that can be detected by the face detection algorithm per request.
Returned value must be >= 1.
|
inlinestatic |
Definition at line 70 of file FaceDetect.h.
1.8.1