Version 1.0. A small Windows utility for displaying a local video capture device in a window or full screen.
The included release binary is:
release\SimpleVideoCaptureViewer.exe
This build includes a single-instance guard. If the app is already open, a second launch exits before trying to open the capture device. It also includes an embedded Windows application icon.
- Select a video capture device from the dropdown.
- Use Start / Stop to control preview.
- Use Full screen, double-click the video, press F11, or press Alt+Enter to toggle full screen.
- Press Esc to leave full screen.
Install the .NET SDK with Windows Desktop support, then run:
.\build.ps1The release executable will be copied to:
release\SimpleVideoCaptureViewer.exe
- Built with .NET 8 WinForms.
- Uses Windows DirectShow through COM interop.
- No third-party packages.
- No browser runtime.
- No FFmpeg dependency.
- No Python dependency.
- No telemetry, analytics, monitoring, or app network code.