A simple C# Windows Forms application for capturing webcam video and screenshots with adjustable brightness and contrast. Videos can be saved as MP4 files and images as PNG, JPG, or BMP.
- Capture video from any connected webcam/camera
- Take screenshots and save them to disk
- Adjustable brightness and contrast using trackbars
- Record video frames and save as MP4
- Detect Motion in the video
- Windows 10/11
- .NET 8.0 SDK
- Visual Studio 2022
- Clone the repository:
git clone https://github.com/piotrskrzynski1/WinFormsCameraRecorder.git
- Open the solution WinFormsApp1.sln in Visual Studio.
- Restore NuGet packages.
- Build and run the project.