VOOZH about

URL: https://www.nuget.org/packages/CapCognition.Net/

⇱ NuGet Gallery | CapCognition.Net 2.1.4




👁 Image
CapCognition.Net 2.1.4

dotnet add package CapCognition.Net --version 2.1.4
 
 
NuGet\Install-Package CapCognition.Net -Version 2.1.4
 
 
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.4" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CapCognition.Net" Version="2.1.4" />
 
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.4
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CapCognition.Net, 2.1.4"
 
 
#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.4
 
 
#: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.4
 
Install as a Cake Addin
#tool nuget:?package=CapCognition.Net&version=2.1.4
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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.4

  • Updated NuGet dependencies

Version 2.1.2

  • Updated NuGet dependencies
  • RTSP input streaming options made overridable/configurable
  • RTSP streaming default options changed to work with Hikvision cameras

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 Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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.4 2,190 2/23/2026
2.1.3 3,362 10/18/2025
2.1.2 3,414 10/13/2025
2.1.1 3,353 8/23/2025
2.1.0 3,335 8/23/2025
2.0.2 3,423 6/22/2025
2.0.1 3,421 2/16/2025
2.0.0 3,391 1/22/2025
1.2.1 3,419 9/26/2024
1.2.0 3,418 5/12/2024
1.1.1 3,463 4/7/2024
1.1.0 6,426 3/24/2024
1.0.0 6,485 12/3/2023

Capcognition plugin