CaptureManager 1.24.0

dotnet add package CaptureManager --version 1.24.0
                    
NuGet\Install-Package CaptureManager -Version 1.24.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CaptureManager" Version="1.24.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CaptureManager" Version="1.24.0" />
                    
Directory.Packages.props
<PackageReference Include="CaptureManager" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CaptureManager --version 1.24.0
                    
#r "nuget: CaptureManager, 1.24.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=CaptureManager&version=1.24.0
                    
Install CaptureManager as a Cake Addin
#tool nuget:?package=CaptureManager&version=1.24.0
                    
Install CaptureManager as a Cake Tool

CaptureManager SDK allows you include into your software solutions easy supporting of working with web cameras. This SDK is based on Microsoft Media Foundation which is included into the regular Windows OS editions.
Microsoft Media Foundation is new technology of Microsoft which was introduced since Windows Vista, but only since Windows 7 it has got supporting of interfaces for capturing video and audio from web cameras.
CaptureManager SDK has some unique features:

Using encoders which are already embedded into Windows OS;
Using Microsoft’s format of video and audio files;
Capturing screen image into video file;
Capturing speaker audio signals into audio file;
Support recording synchronised video and audio from web camera;
Support recording synchronised video from many web cameras into the one video file;
Support recording synchronised video and audio from many web cameras and screen capture into the one media file;
Support steaming live video and audio from many web cameras and screen captute into the local network and the Internet;
Easy way for changing of web camera options: brightness, contrast, focus and others;
Easy way for changing of encoder settings;
CaptureManager SDK has many encoders and media containers.

They include video encoders:
Microsoft WMVideo7/8;
Microsoft WMVideo9;
Microsoft WMVideo9 Screen Encoder;
Microsoft H264;
Microsoft H265;

audio encoders:
Microsoft WMAudio;
Microsoft WMSpeech Encoder;
Microsoft AAC;

file containers:
ASF format.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.24.0 1,159 12/17/2023
1.23.0 1,912 4/29/2023
1.22.0 1,302 12/11/2022
1.21.0 1,494 7/3/2022
1.20.0 1,510 12/5/2021
1.19.1 1,313 9/5/2021
1.19.0 2,060 4/11/2021
1.18.0 1,398 2/1/2021
1.17.0 1,810 11/14/2020
1.16.0 1,814 7/6/2020
1.15.0 2,234 4/11/2019
1.14.0 1,367 2/10/2019
1.13.0 1,552 11/16/2018
1.12.0 1,503 10/1/2018
1.11.0 1,569 8/4/2018
1.10.0 1,981 4/8/2018
1.9.0 2,029 1/14/2018
1.8.0 1,896 10/22/2017
1.7.0 2,105 7/9/2017
1.6.0 1,817 4/29/2017
1.5.0 1,615 3/12/2017
1.4.0 1,667 2/5/2017
1.4.0-beta 1,358 1/17/2017
1.3.0 2,335 1/2/2017

Add hardware button trigger event support.