SmartSpectra SDK
C++

C++ SDK

Get started with SmartSpectra C++ across Linux, macOS, and Windows.

Cross-platform C++ SDK for measuring vitals and waveform shapes (pulse, breathing, relative blood pressure, and more) from a camera. Headless by default with optional preview frames; runs on Linux, macOS, and Windows.

Supported Platforms

PlatformStatusNotes
Ubuntu 22.04 / Mint 21 (amd64)ExperimentalDebian package available
Ubuntu 22.04 / Mint 21 (arm64)ExperimentalDebian package available
macOS Apple Silicon (14.0+)SupportedHomebrew package available
Windows 10 / 11 (x64)ExperimentalZIP distribution available
Ubuntu 24.04 / Mint 22Coming soon
macOS IntelNot supported
Debian 12Not supported
RHEL 9 / Fedora 41Not supported

For platforms marked "Not supported" or anything not listed above, contact support@presagetech.com if you have a specific need.

Common Prerequisites

All platforms need:

The SDK package is self-contained — you do not need to install OpenCV, protobuf, curl, or OpenSSL separately on any platform.

Pick your platform

Each guide is self-contained: prerequisites → install → first running build.

Scope

The quickstarts intentionally request only the breathing and cardio metric bundles, which is enough to see live values on the console. See the C++ API reference for the full requested_metrics catalog and custom-input pipeline.

Going further

Once your first build runs:

Bugs & Troubleshooting

On this page