/WebCamForceSettings

Is designed to work with the video proc amp and camera control settings (properties) of the webcam.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

WebCamForceSettings

Is designed to work with video proc amp and camera control settings (properties) of the webcam.

Build dependencies

  • Qt 5.15.0 or newer (need C++17)
  • Only on Windows 7, Windows 10

How to use?

WebCamForceSettings - system tray program
wcfs                              - console program

GUI argument options

Usage: WebCamForceSettings [OPTION]
The application is designed to work with webcam video proc amp and camera control settings (properties).

OPTIONS:
-s, --show-camera-settings-dialog="devicePath"
          show dialog web camera settings by device path
          (devicePath for you webcam can be found using cameras info)

-l create log file in directory:
          "C:\Users%USERNAME%\AppData\Local\Temp\WebCamFS\logs"

Console argument options

Usage: wcfs OPTION
The console application is designed to work with webcam info (camera name, device path, video proc amp and camera control settings (properties)).

OPTIONS:
-c, --cameras-info     print info for all available web cameras(video input devices) in the OS
-h, --help                   display this help and exit
     --gui_help            display help for gui application and exit
     --version              output version information and exit

How to build it?

qmake WebCamForceSettings.pro
make

For 'WebCamForceSettings' need transation files, it looks for them in the directory 'translations'. Qt translations are also needed, which are searched for in the 'translations / qt' directory.
Approximate file types location scheme (without Qt libraries):

libWebCamForceSettings.dll
WebCamForceSettings.exe
wcfs.exe
translations/wcfs_*.qm
translations/qt/qt_*.qm
translations/qt/qtbase_*.qm