summaryrefslogtreecommitdiff
path: root/avstream/avscamera/sys/SensorSimulation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'avstream/avscamera/sys/SensorSimulation.cpp')
-rw-r--r--avstream/avscamera/sys/SensorSimulation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/avstream/avscamera/sys/SensorSimulation.cpp b/avstream/avscamera/sys/SensorSimulation.cpp
index ce6a2c17..95824ca5 100644
--- a/avstream/avscamera/sys/SensorSimulation.cpp
+++ b/avstream/avscamera/sys/SensorSimulation.cpp
@@ -702,7 +702,7 @@ GetFaceDetection(
KSCAMERA_EXTENDEDPROP_FACEDETECTION_SMILE ;
pProperty->Max() = m_FaceDetectionMax;
- pProperty->Min() = 1;
+ pProperty->Min() = 0;
pProperty->Step() = 1;
*pProperty = m_FaceDetectionCurrentMax;
pProperty->Result = m_FaceDetectionResult;