An open API service indexing awesome lists of open source software.

https://github.com/technexion-vision/vizionsdk-c

C API for the VizionSDK
https://github.com/technexion-vision/vizionsdk-c

c camera-api computer-vision

Last synced: 8 days ago
JSON representation

C API for the VizionSDK

Awesome Lists containing this project

README

          

# vizionsdk_c
vizionsdk_c is a C software development kit wrapped from the original VizionSDK C++ implementation, available for both 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 vizionsdk_c 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.

## How to Install vizionsdk_c
Download vizionsdk_c from the [vizionsdk_c Download Page](https://github.com/TechNexion-Vision/vizionsdk/releases)

#### [Windows x64](https://developer.technexion.com/docs/vision-software/vizionsdk/c/vizionsdk-c-installation#windows-x64)
- Windows 10 and 11 (64-bit)
#### [Linux x64](https://developer.technexion.com/docs/vision-software/vizionsdk/c/vizionsdk-c-installation#linux-x64)
- Ubuntu Desktop 20.04 and 22.04 (64-bit)
- UP Squared Pro 7000
#### [Linux ARM64](https://developer.technexion.com/docs/vision-software/vizionsdk/c/vizionsdk-c-installation#linux-arm64)
- 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
- Github Pages: https://github.com/TechNexion
- VizionSDK Overview: https://developer.technexion.com/docs/vision-software/vizionsdk
- VizionSDK C Installation: https://developer.technexion.com/docs/vision-software/vizionsdk/c/vizionsdk-c-installation
- VizionSDK API User Guide: https://developer.technexion.com/docs/category/vizionsdk-api

## Related links

- [Technexion Main Page](https://www.technexion.com/)