Skip to content

Cuvis SDK

The Cuvis SDK is the C/C++ library and language wrappers that power Cubert hyperspectral cameras. This site is the canonical entry point for installing the SDK and finding the language binding that fits your project.

Get started

  • Install the SDK — pick your OS, CPU architecture, and CUDA stack from the selector. Works for Windows, Ubuntu 20.04 / 22.04 / 24.04 (amd64 and Jetson arm64), and macOS.
  • All releases: github.com/cubert-hyperspectral/cuvis.sdk/releases — every installer, every version, every platform. The selector page is just a filter on top of these.

Language wrappers

Each wrapper lives in a top-level submodule of cuvis.sdk:

The example code for each lives in examples/<language>/ in the umbrella repo. Sample measurements (no camera required) are described in sample_data/.

Need help?