A simple program to open the native webcam settings dialog on Windows.
Note: This project is still in development and is (mostly) generated by AI.
-
Download the latest release from the Releases page.
-
Run the
WebcamSettings.exeexecutable.
-
Download the .NET 10.0 SDK binaries.
-
Extract the binaries to a folder inside the project root called
dotnet. -
Run the following command to build the project:
.\dotnet\dotnet.exe publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -p:PublishTrimmed=false -p:EnableCompressionInSingleFile=true -p:PublishReadyToRun=true -p:IncludeNativeLibrariesForSelfExtract=true
The project includes a GitHub Actions workflow (.github/workflows/build.yml) that automatically builds and creates releases when the version in WebcamSettings.csproj changes on the main branch.