Ask Your Question

LaurentFr's profile - activity

2020-02-03 09:21:50 -0600 received badge  Popular Question (source)
2014-08-19 08:20:59 -0600 received badge  Editor (source)
2014-08-19 08:19:40 -0600 asked a question Range for camera exposure time

Hi, I want to get and set exposure time with function get(CV_CAP_PROP_EXPOSURE) (page 352-353 in opencv reference manual). value return for my camera (logitech webcam) is -5. When I use debugger in file cap_dshow.cpp min and max value for exposure time are -12 and -1 with a step of 1. Is it possible to retrieve those values with opencv ? thanks for yours answers