Ask Your Question

Tonylin's profile - activity

2020-08-14 04:08:22 -0600 marked best answer cv2.CAP_PROP_EXPOSURE is different in ubuntu and windows, and what is the meaning of each the value of cv2.CAP_PROP_EXPOSURE ?

Hello

I was working my project with one webcam in both windows10 and ubuntu 16.04, and I find when I get this webcam's exposure bycap.get(cv2.CAP_PROP_EXPOSURE), I will get a negative integer (around -5 to -7) in windows10, and a positive integer (around 70) in ubuntu 16.04, I want to know why there is difference? and what is the meaning of value of cv2.CAP_PROP_EXPOSURE in windows10 and ubuntu 16.04 is respectively?

In both operating system, I have my python environment as follow:

python=3.5.4

opencv-python=4.1.0.25

Thanks a lot!

2020-08-14 04:08:22 -0600 received badge  Scholar (source)
2020-08-14 03:51:33 -0600 commented answer cv2.CAP_PROP_EXPOSURE is different in ubuntu and windows, and what is the meaning of each the value of cv2.CAP_PROP_EXPOSURE ?

Oh I see. Thanks a lot!

2020-08-13 00:38:03 -0600 asked a question cv2.CAP_PROP_EXPOSURE is different in ubuntu and windows, and what is the meaning of each the value of cv2.CAP_PROP_EXPOSURE ?

cv2.CAP_PROP_EXPOSURE is different in ubuntu and windows, and what is the meaning of each the value of cv2.CAP_PROP_EXPO