diff options
| author | Joel Corley <[email protected]> | 2018-06-29 19:19:18 -0700 |
|---|---|---|
| committer | Joel Corley <[email protected]> | 2018-06-29 19:19:18 -0700 |
| commit | 30ddbb997660fa4ae3608759b9d2d0789774ccdc (patch) | |
| tree | d656c50cea303cb554460d529038fe5364634b01 /avstream/avscamera/sys/SensorSimulation.cpp | |
| parent | 6c1981b8504329521343ad00f32daa847fa6083a (diff) | |
Update AVStream / Camera samples for RS4.
Diffstat (limited to 'avstream/avscamera/sys/SensorSimulation.cpp')
| -rw-r--r-- | avstream/avscamera/sys/SensorSimulation.cpp | 2 |
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; |
