winapi - Universal camera control for multi platforms -


i need adjust parameters of camera 1) brightness 2) contrast 3) hue etc., show in below window.

i need windows , linux environments.

can 1 give me tips on start. on googling found few open-sources. couldnt idea start.

i have tried "camera calibration opencv", still there other libraries available purpose.

enter image description here

well, try:

videocapture cap(0); cap.set(cap_prop_settings,1); 

to settings dialogue


Comments