CapCognition.Net
2.1.1
dotnet add package CapCognition.Net --version 2.1.1
NuGet\Install-Package CapCognition.Net -Version 2.1.1
<PackageReference Include="CapCognition.Net" Version="2.1.1" />
<PackageVersion Include="CapCognition.Net" Version="2.1.1" />
<PackageReference Include="CapCognition.Net" />
paket add CapCognition.Net --version 2.1.1
#r "nuget: CapCognition.Net, 2.1.1"
#:package CapCognition.Net@2.1.1
#addin nuget:?package=CapCognition.Net&version=2.1.1
#tool nuget:?package=CapCognition.Net&version=2.1.1
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 | Versions 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. |
-
net8.0
- CapCognition.Net.Core (>= 2.1.1)
- CapCognition.Net.Licensing (>= 1.2.2)
- FFmpeg.AutoGen.Bindings.DynamicallyLoaded (>= 7.1.1)
- SkiaSharp (>= 3.119.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Capcognition plugin