Ask Your Question
0

Configuring camera properties in new OCV 2.4.3

asked 2013-02-22 18:14:30 -0600

Darker gravatar image

I may just be googling wrong, but I cannot find out a way (read function) to change properties of camera in the new Open CV. I need to disable auto exposure and auto gain of the camera.
Is that even possible?

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
2

answered 2013-02-25 07:05:01 -0600

rics gravatar image

Here is the documentation of VideoCapture. It mentions CV_CAP_PROP_EXPOSURE and CV_CAP_PROP_GAIN as well.

The documentation is for version 2.4.4 but I think it has not changed significantly since 2.4.3.

edit flag offensive delete link more
1

answered 2013-02-25 23:19:57 -0600

Here is documentation for OpenCV 2.4.3. docs.opencv.org server saves documentation for all public releases. You just need to change version in address string.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-22 18:14:30 -0600

Seen: 3,021 times

Last updated: Feb 25 '13