Info
Version: | 1.0.1 |
Author(s): | Scott Leckie |
Last Update: | Tuesday, December 22, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/skotl/webcam-in-use-checker |
NuGet Url: | https://www.nuget.org/packages/kwolo.WebCamInUseChecker |
Install
Install-Package kwolo.WebCamInUseChecker
dotnet add package kwolo.WebCamInUseChecker
paket add kwolo.WebCamInUseChecker
kwolo.WebCamInUseChecker Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Win32.Registry(>= 5.0.0)
Tags
A .net 5 library to check whether the webcam is currently in use and by which program
# Compatibility
Requires Windows 10 20H1 or higher
The project was built and tested using C# 9.0 on .Net 5
# Project site
https://gitlab.com/skotl/webcam-in-use-checker.