Examples
The following examples demonstrate the core workflows of the Cuvis SDK.
The pages below show the Python implementation, generated from the runnable
Jupyter notebooks. C and C++ implementations of the same examples live in the
SDK's examples/ directory (cuvis.c.examples and cuvis.cpp.examples).
Prerequisites
All examples require:
- A Cuvis SDK installation
- Camera settings files (provided with your camera and the SDK)
- For examples 2–5: a recorded measurement file (
.cu3s) or the demo dataset
| Example | Description |
|---|---|
| 1 – Take Snapshot | Connect to a camera and capture a single measurement |
| 2 – Load Measurement | Load a recorded .cu3s file and inspect its data |
| 3 – Reprocess | Re-apply spectral processing to a stored measurement |
| 4 – Exporters | Export measurements to common file formats |
| 5 – Record Video | Continuously record a video stream of measurements |