CapCognition.Net 2.1.1

dotnet add package CapCognition.Net --version 2.1.1
                    
NuGet\Install-Package CapCognition.Net -Version 2.1.1
                    
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="CapCognition.Net" Version="2.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CapCognition.Net" Version="2.1.1" />
                    
Directory.Packages.props
<PackageReference Include="CapCognition.Net" />
                    
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 CapCognition.Net --version 2.1.1
                    
#r "nuget: CapCognition.Net, 2.1.1"
                    
#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.
#:package CapCognition.Net@2.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CapCognition.Net&version=2.1.1
                    
Install as a Cake Addin
#tool nuget:?package=CapCognition.Net&version=2.1.1
                    
Install as a Cake Tool

Capturing and Recognition

Capturing of images and recognition of picture content from webcams.
Support of the RTSP protocol and H.264 decoding for IP cameras.

We use highly optimized native libraries for capturing and decoding.
The libraries are written in C++ and are available only for the following platforms:

Supported Platforms

  • Windows x64
  • Linux 64-bit
  • Linux ARM 64-bit (e.g. Raspberry OS)
    • Raspberry OS 64-bit Bullseye (legacy) support
    • Raspberry OS 64-bit Bookworm support

Only 64-bit operating systems are supported!
Windows x86 and Linux ARM 32-bit support has been removed.

Deployment

The required decoding libraries are automatically downloaded and installed at runtime once the running platform has been detected.
If you want to bundle these libraries with your application (instead of downloading them during runtime), you can obtain the platform-specific folders from Downloads.
Unpack the platform-specific subfolders into the same directory as your application.

In Visual Studio, mark the needed subfolder(s) as Copy if newer in your project, or add them to your deployment script.
The libraries will then be loaded automatically from the application folder.

Licensing

This library can be used in a trial version.
The trial version will stop working or restrict functionality after a few image or output operations, requiring a restart of your application.

The trial version is intended only for testing and development purposes and may be used without time limitation.
For production use, a license must be purchased.

Examples

See .NET LTS examples at CapCognition.


Release Notes

Version 2.1.1

  • options made disposable and some tool functions added

Version 2.1.0

  • Simplified library initialization
  • Added Fluent API for easier configuration

Version 2.0.2

  • New decoder libraries for Windows, Linux x64 and ARM64 (e.g. Raspberry OS)
  • Removed ARM32 support
  • Added output sink streaming support
  • Added low latency HLS support
  • Updated NuGet dependencies
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.1.1 60 8/23/2025
2.1.0 52 8/23/2025
2.0.2 154 6/22/2025
2.0.1 144 2/16/2025
2.0.0 127 1/22/2025
1.2.1 161 9/26/2024
1.2.0 164 5/12/2024
1.1.1 199 4/7/2024
1.1.0 203 3/24/2024
1.0.0 286 12/3/2023

Capcognition plugin