CapCognition.Net 1.1.1

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

// Install CapCognition.Net as a Cake Tool
#tool nuget:?package=CapCognition.Net&version=1.1.1

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 32 bit (ex. Raspberry OS)
  • Linux ARM 64 bit (ex. Raspberry OS)

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 place them with the platform specific folder in the same folder as your application.

This library can be used as a trial version. The trial version will stop working or limit the functionality after a few image captures and you have to restart your calling 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

Fixes in this version 1.1.1:

  • Successor library of CapCognition.NET. Library names and code have been standardized and refactored.
  • Unused overlay interface removed
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. 
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
1.1.1 106 4/7/2024
1.1.0 126 3/24/2024
1.0.0 213 12/3/2023

Capcognition plugin