Description
EnableFaceDetection enables the face detection function if supported by the camera model.

|
This function is currently only supported by the USB uEye XS camera model.
|
|

|
Control properties are only supported for programming in C# and VB.
For programming in C++, use the following functions instead:
•BOOL GetEnableFaceDetection() •void SetEnableFaceDetection(BOOL propVal) |
|

|
To ensure that the number of detected faces and their positions does not change during readout of the list, you should suspend the function with SuspendFaceDetection before starting the readout. After the face detection results have been read out, you can resume the function again.
|
|
Parameters
Type
|
Value
|
Description
|
BOOL
|
TRUE
FALSE
|
Enable face detection
Disable face detection
|
Related properties
•EnableUseFDTAOIforAESAGC
•EnableFDTSearchAngle
•FDTLineWidthOvl
•FDTMaxNumOvl
•FDTSearchAngle
•SuspendFaceDetection
Related functions
•GetFDTFaceList()
•GetFDTMaxNumFaces()
•GetFDTNumberFaces()