diff options
| author | Adonais Romero González <[email protected]> | 2018-07-19 16:02:30 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-07-19 16:02:30 -0700 |
| commit | 501519dfa481140a77dd49217d98c868b807e591 (patch) | |
| tree | dc7f5e99b796ea9fd918907411595501bf086a63 /avstream/avscamera/sys/SensorSimulation.cpp | |
| parent | 84a856eda909e1084fa6b5978f9701398b67ec45 (diff) | |
| parent | 021af44b09f91a9d0ced14d26654cc238802f307 (diff) | |
Merge pull request #254 from JoelCorley/rs4-update
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; |
