Skip to content

A simple program to open the native webcam settings dialog on Windows.

Notifications You must be signed in to change notification settings

LucHermkens/WebcamSettingsDialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webcam Settings Dialog

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.

Usage

  1. Download the latest release from the Releases page.

  2. Run the WebcamSettings.exe executable.

Building

  1. Download the .NET 10.0 SDK binaries.

  2. Extract the binaries to a folder inside the project root called dotnet.

  3. 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

CI/CD

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.

About

A simple program to open the native webcam settings dialog on Windows.

Resources

Stars

Watchers

Forks

Packages

No packages published