![]() |
SmartSpectra C++ SDK
Measure human vitals from video with SmartSpectra C++ SDK.
|
NOTICE: If you are interested in using SmartSpectra C++ on macOS systems, please contact support (<support@presagetech.com>). If you are interested in developing iOS/iPadOS applications, or macOS applications built with Swift, please use our Swift SDK.
If you work with a partner of with Presage Technologies and have dependency sources or packages from us for platforms for which package are not publicly available, you will need to build the SDK from source.
All commands below demonstrate how to build from a terminal (e.g., Applications → Terminal). We encourage you to use IDEs, editors, and other GUI tools that wrap around any of the given terminal commands at your discretion.
Contact support (<support@presagetech.com>) to obtain a partner license, source package, and build instructions. Public packages coming soon.
Clone this repository.
Navigate to the C++ SDK root within the cloned repository, e.g.:
Using Ninja:
Using Make:
shell mkdir build cd build cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DBUILD_SAMPLES=ON .. make -j$(sysctl -n hw.ncpu)
Adjust CMake build flags in the above cmake calls as needed.