CaptureManager 1.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CaptureManager --version 1.9.0
NuGet\Install-Package CaptureManager -Version 1.9.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.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CaptureManager --version 1.9.0
#r "nuget: CaptureManager, 1.9.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.
// Install CaptureManager as a Cake Addin
#addin nuget:?package=CaptureManager&version=1.9.0

// Install CaptureManager as a Cake Tool
#tool nuget:?package=CaptureManager&version=1.9.0

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;
     
     audio encoders:
     Microsoft WMAudio;
     
     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 575 12/17/2023
1.23.0 1,568 4/29/2023
1.22.0 1,171 12/11/2022
1.21.0 1,344 7/3/2022
1.20.0 1,382 12/5/2021
1.19.1 1,205 9/5/2021
1.19.0 1,971 4/11/2021
1.18.0 1,264 2/1/2021
1.17.0 1,318 11/14/2020
1.16.0 1,721 7/6/2020
1.15.0 2,137 4/11/2019
1.14.0 1,262 2/10/2019
1.13.0 1,429 11/16/2018
1.12.0 1,354 10/1/2018
1.11.0 1,416 8/4/2018
1.10.0 1,791 4/8/2018
1.9.0 1,824 1/14/2018
1.8.0 1,663 10/22/2017
1.7.0 1,885 7/9/2017
1.6.0 1,632 4/29/2017
1.5.0 1,458 3/12/2017
1.4.0 1,495 2/5/2017
1.4.0-beta 1,208 1/17/2017
1.3.0 2,029 1/2/2017

Add "HWND" mode for the "Screen Capture" source.