Ask Your Question

amannababanana's profile - activity

2016-03-23 17:27:49 -0600 commented question Setting VideoCapture resolution fails

I have had this problem also, as a workaround read the frames, then resize them.

2016-03-23 17:26:03 -0600 commented question Video Capture is not working in ubuntu?

webcam, url, or file?

2016-03-23 01:05:45 -0600 answered a question How I can set Exposure time and gain in OpenCv?

cv::VideoCapture::set(CV_CAP_PROP_EXPOSURE, value from 0 to 1); cv::VideoCapture::set(CV_CAP_PROP_GAIN, value from 0 to 1);