Merge pull request #13137 from alalek:videoio_v4l_disable_normalization

pull/13122/head
Alexander Alekhin 6 years ago committed by GitHub
commit 65fb8ae33e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/videoio/src/cap_v4l.cpp

@ -777,7 +777,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;

Loading…
Cancel
Save