I need to adjust the parameters of the camera like 1) brightness 2) contrast 3) Hue etc., as show in the below window.

I need to do it for Windows and Linux environments.

Can some one give me tips on where to start. On googling I could found only few open-sources. But couldnt get an idea where to start.

I have also tried with "Camera calibration With OpenCV", but still is there any other libraries available for my purpose.

enter image description here

有帮助吗?

解决方案

well, you could try:

VideoCapture cap(0);
cap.set(CAP_PROP_SETTINGS,1);

to get to the settings dialogue

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top