Skip to content
SuslikV edited this page May 21, 2020 · 1 revision

Profiles

To be able to use different settings with the same device the cfg-cam application uses profiles. Each profile is file with the .cfg extension that contains device settings.

Save device settings to the profile

  1. Make new command file (See Usage) named save all devices night settings.cmd with the next contents:

"C:\My programs\WebCameraConfig\WebCameraConfig.exe" --savedev --profile night

where the path in double quotes "" is path to the cfg-cam application.

  1. Make sure that the device is running (light is on, image is visible) and make desirable adjustments to the device settings (usually named "Configure Video").

  2. Run the command file save all devices night settings.cmd from p.1.

The cfg-cam will save current settings to the file named night.cfg and closes automatically.

Apply device settings from the profile

  1. Make new command file (See Usage) named apply all devices night settings.cmd with the next contents:

"C:\My programs\WebCameraConfig\WebCameraConfig.exe" --profile night

where the path in double quotes "" is path to the cfg-cam application

  1. Make sure that the device is running (light is on, image is visible).

  2. Run the command file apply all devices night settings.cmd from p.4.

The cfg-cam will apply settings saved in the file named night.cfg and closes automatically.

Clone this wiki locally