Jetson Linux API Reference

32.7.3 Release
Argus::Ext::IFaceDetectCaps Class Referenceabstract

Detailed Description

Interface to expose the face detection capabilities of a CaptureSession.

Definition at line 67 of file FaceDetect.h.

Inheritance diagram for Argus::Ext::IFaceDetectCaps:
Collaboration diagram for Argus::Ext::IFaceDetectCaps:

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. More...
 

Static Public Member Functions

static const InterfaceIDid ()
 

Protected Member Functions

 ~IFaceDetectCaps ()
 

Constructor & Destructor Documentation

◆ ~IFaceDetectCaps()

Argus::Ext::IFaceDetectCaps::~IFaceDetectCaps ( )
inlineprotected

Definition at line 79 of file FaceDetect.h.

Member Function Documentation

◆ getMaxFaceDetectResults()

virtual uint32_t Argus::Ext::IFaceDetectCaps::getMaxFaceDetectResults ( ) const
pure virtual

Returns the maximum number of faces that can be detected by the face detection algorithm per request.

Returned value must be >= 1.

◆ id()

static const InterfaceID& Argus::Ext::IFaceDetectCaps::id ( )
inlinestatic

Definition at line 70 of file FaceDetect.h.


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