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

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;