mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 22:00:25 +08:00
Merge pull request #13137 from alalek:videoio_v4l_disable_normalization
This commit is contained in:
commit
65fb8ae33e
@ -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…
Reference in New Issue
Block a user