1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

videoio(v4l): turn off normalization of V4L properties

This commit is contained in:
Alexander Alekhin
2018-11-12 19:08:07 +03:00
parent e31eb46123
commit 4e3ab026fe
+1 -1
View File
@@ -775,7 +775,7 @@ bool CvCaptureCAM_V4L::open(const char* _deviceName)
frame_allocated = false;
deviceName = _deviceName;
returnFrame = true;
normalizePropRange = utils::getConfigurationParameterBool("OPENCV_VIDEOIO_V4L_RANGE_NORMALIZED", true);
normalizePropRange = utils::getConfigurationParameterBool("OPENCV_VIDEOIO_V4L_RANGE_NORMALIZED", false);
channelNumber = -1;
bufferIndex = -1;