CapCognition.NET
1.0.0
See the version list below for details.
dotnet add package CapCognition.NET --version 1.0.0
NuGet\Install-Package CapCognition.NET -Version 1.0.0
<PackageReference Include="CapCognition.NET" Version="1.0.0" />
paket add CapCognition.NET --version 1.0.0
#r "nuget: CapCognition.NET, 1.0.0"
// Install CapCognition.NET as a Cake Addin #addin nuget:?package=CapCognition.NET&version=1.0.0 // Install CapCognition.NET as a Cake Tool #tool nuget:?package=CapCognition.NET&version=1.0.0
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:
- Windows 64 Bit
- 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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- CapCognition.Core.NET (>= 1.0.0)
- CapCognition.Licensing.NET (>= 1.0.1)
- FFmpeg.AutoGen.Bindings.DynamicallyLoaded (>= 6.0.0.2)
- SkiaSharp (>= 2.88.6)
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