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
- Host: GitHub
- URL: https://github.com/technexion-vision/vizionsdk-c
- Owner: TechNexion-Vision
- License: mit
- Created: 2025-10-13T08:39:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-05-12T08:13:33.000Z (about 2 months ago)
- Last Synced: 2026-05-12T10:20:22.834Z (about 2 months ago)
- Topics: c, camera-api, computer-vision
- Language: C
- Homepage: https://developer.technexion.com/docs/c-development
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)