CapCognition.Net 2.0.2

dotnet add package CapCognition.Net --version 2.0.2
                    
NuGet\Install-Package CapCognition.Net -Version 2.0.2
                    
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.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CapCognition.Net" Version="2.0.2" />
                    
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.0.2
                    
#r "nuget: CapCognition.Net, 2.0.2"
                    
#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=CapCognition.Net&version=2.0.2
                    
Install as a Cake Addin
#tool nuget:?package=CapCognition.Net&version=2.0.2
                    
Install as a Cake Tool

Capturing and Recognition

Capturing of images and recognition of picture content from webcams. Support of the RTSP protocol and H264 decoding for IP cameras. We use highly optimized libraries for capturing and decoding. The libraries are written in C++ and are available only for the following plattforms:

Support for the following platforms:

  • Windows x64
  • Linux 64 bit
  • Linux ARM 64 bit (ex. Raspberry OS)
    • Raspberry OS 64 bit Bullseys (legacy) support
    • Raspberry OS 64 bit Bookworm support

Only 64 bit operating systems are supported!

Windows x86 and Linux ARM 32 bit support removed

The needed decoding libraries are automatically downloaded and installed during runtime, when the running plattform could be detected. To deploy these libraries directly with your application and not being forced to download them during runtime, you can download the plattform specific folder with the libraries from Downloads and unpack them with the platform specific subfolders in the same folder as your application. Mark the needed subfolder(s) in Visual Studio in your application project as "Copy if newer" or add them to your deployment script. The libraries will be loaded automatically from the application folder.

This library can be used as a trial version. The trial version will stop working or limit the functionality after a few image or output operations and you have to restart your application.

The trial version can be used for testing and development purposes. The trial version is not intended for production use. The trial version can be used for as long as needed. For production use, a license must be purchased.

See .NET LTS examples at CapCognition

Release notes for version 2.0.2:

  • New decoder libraries for Windows, Linux x64 and ARM64 (ex. Raspberry OS)
  • Support of ARM32 removed
  • Output sink streaming support added
  • Low Latency HLS support added
  • Nuget depencencies updated
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.0.2 15 6/22/2025
2.0.1 118 2/16/2025
2.0.0 112 1/22/2025
1.2.1 144 9/26/2024
1.2.0 149 5/12/2024
1.1.1 180 4/7/2024
1.1.0 184 3/24/2024
1.0.0 272 12/3/2023

Capcognition plugin