mirror of
https://github.com/opencv/opencv.git
synced 2025-07-26 07:07:37 +08:00
videoio(v4l): turn off normalization of V4L properties
This commit is contained in:
parent
e31eb46123
commit
4e3ab026fe
@ -775,7 +775,7 @@ bool CvCaptureCAM_V4L::open(const char* _deviceName)
|
|||||||
frame_allocated = false;
|
frame_allocated = false;
|
||||||
deviceName = _deviceName;
|
deviceName = _deviceName;
|
||||||
returnFrame = true;
|
returnFrame = true;
|
||||||
normalizePropRange = utils::getConfigurationParameterBool("OPENCV_VIDEOIO_V4L_RANGE_NORMALIZED", true);
|
normalizePropRange = utils::getConfigurationParameterBool("OPENCV_VIDEOIO_V4L_RANGE_NORMALIZED", false);
|
||||||
channelNumber = -1;
|
channelNumber = -1;
|
||||||
bufferIndex = -1;
|
bufferIndex = -1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user