CapCognition.Net.Core 2.2.0

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

Core Library for CapCognition Libraries

This package provides the core and base classes required by the CapCognition libraries.

The package is available as a trial version.
The trial version will stop working or limit functionality after a few image or output operations, requiring an application restart.

  • The trial version can be used for testing and development purposes.
  • It is not intended for production use.
  • The trial version can be used indefinitely for evaluation.
  • For production deployments, a valid license must be purchased.

Examples

See .NET LTS examples at CapCognition GitHub.

Documentation

See Documentation for more details.

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!


Release Notes

Version 2.2.0

  • .NET 10
  • AOT compilation support
  • Library initialization simplified
  • Continuous capturing and recognition switched to "Pull-Frame" mechanism for simpler and more efficient stream capturing

Version 2.1.4

  • Updated NuGet dependencies

Version 2.1.3

  • option switch fixed and optimized

Version 2.1.2

  • Updated NuGet dependencies

Version 2.1.1

  • options made disposable and some tool functions added

Version 2.1.0

  • Added Fluent API for improved developer experience

Version 2.0.2

  • Updated NuGet dependencies
  • Added output sink streaming support
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (4)

Showing the top 4 NuGet packages that depend on CapCognition.Net.Core:

Package Downloads
CapCognition.Net

CapCognition library

CapCognition.Net.LicensePlateDetection

LicensePlateDetection Processor

CapCognition.Net.BarcodeScanning

BarcodeScanning Processor

CapCognition.Net.YoloModelDetection

YoloModelDetection Processor

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.0 136 6/21/2026
2.1.4 429 2/23/2026
2.1.3 614 10/18/2025
2.1.2 610 10/13/2025
2.1.1 570 8/23/2025
2.1.0 562 8/23/2025
2.0.2 645 6/22/2025
2.0.1 663 2/16/2025
2.0.0 623 1/22/2025
1.2.1 624 9/26/2024
1.2.0 642 5/12/2024
1.1.1 678 4/7/2024

Core