Question / Help How can I permanently set the properties of my webcam on windows?

If you need to save settings, you can use this project https://github.com/Heymdale/CameraSettingsSaver . You can choose which cameras settings to save, you can create several links with args and apply various settings. With task scheduler you can run program without window at startup and settings will apply. Also you can create windows service and settings will apply every several seconds, thats need if you off and on cameras while using windows. And of course it can save low light compensation setting state, I write this program first of all to disable low light compensation.
 
Back
Top