SuslikV / cfg-cam

saves and loads webcam settings to/from the file
136 stars 18 forks source link

Having errors in cmd. #7

Open KingJoey21 opened 2 years ago

KingJoey21 commented 2 years ago

'WebCameraConfig.exe' is not recognized as an internal or external command, operable program or batch file.

https://obsproject.com/forum/threads/how-can-i-permanently-set-the-properties-of-my-webcam-on-windows.109338/

I followed user [kevinwcm] guide on the link above.

SuslikV commented 2 years ago

Either .exe file running in the default environment or the file is damaged.

In other words, you need to specify full path to the .exe file (disk, folders and the filename). example: "C:\My programs\WebCameraConfig\WebCameraConfig.exe" --savedev for the .exe that lies in the "C:\My programs\WebCameraConfig" folder.

more info: https://github.com/SuslikV/cfg-cam/wiki/Usage