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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -