captureSessionEnableAutoCapture method
Implementation
void captureSessionEnableAutoCapture(Pointer<Void> libraryPtr, bool enable) {
int error = _captureSessionEnableAutoCapture(libraryPtr, enable);
if( error != FaceCaptureErrorCode.noErrors.value ) {
throw FaceCaptureException(error);
}
}