cap.set(cv2.CAP_PROP_AUTO_EXPOSURE, 0.25) Then setting the exposure to what I needed. I believe that 0.25 is the value that CAP_PROP_AUTO_EXPOSURE needs to be to give you manual control. I needed to set my exposure as an absolute value, 0.01 in my case, rather than using negative ...