Skip to content

TechNexion-Vision/vizionsdk-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSVizionSDK

CSVizionSDK is a software development kit for C# wrapped from the original VizionSDK C++ implementation. It supports various versions of .NET on Windows and Linux platforms.

What is included in the repository

  • samples/ : C# samples project source code.
  • config/ : Configuration resources for TechNexion camera series, including:
    • VxConfig: A configuration file used by CSVizionSDK to recognize TechNexion camera series.
    • VxExposure: A YAML file defining the default minimum and maximum exposure time values for each sensor and resolution.
    • route_config: A folder containing media route YAML file templates.

Supported Versions

CSVizionSDK targets .NET Standard 2.0 and is compatible with:

  • .NET Core 2.0+
  • .NET Framework 4.6.1+
  • .NET 5+

How to Install CSVizionSDK

Install from the NuGet.org

Installing the core package will typically pull the necessary runtime dependency automatically if available in your source.

dotnet add package CSVizionSDK
  • Windows 10 and 11 (64-bit)
  • Ubuntu Desktop 20.04 and 22.04 (64-bit)
  • UP Squared Pro 7000
  • NVIDIA Jetson (JetPack6 or later)
  • NXP-i.MX8MM, NXP-i.MX8MQ, NXP-i.MX8MP, NXP-i.MX93, NXP-i.MX95
  • TI-TDA4VM
  • Raspberry Pi 4, Raspberry Pi 5

Documents

Related links

Releases

No releases published

Packages

 
 
 

Contributors

Languages