openFrameworks addon for using the Orbbec Astra SDK.
The Astra SDK is bundled in the libs
folder and does not require a separate download or installation.
Make sure to copy all dynamically linked libraries from the lib
folder appropriate to your platform into your bin
folder.
Astra SDK 2.0.19
This has been tested with the following setup:
- openFrameworks 0.11.0
- Orbbec Astra camera
- Ubuntu 16.04
- macOS 10.13.6
- Windows 10, Visual Studio ( Probabry I just need to replace dynamic lib files )
- Orbbec stops macOS support after Astra SDK 0.5.0.
- It does not support body tracking feature.
- Current master branch uses Astra SDK 2.0.19 which has different API from 0.5.0, hence master branch does not work on macOS.
- Please use OSX-AstraSDK.0.5.0 branch for macOS
- We can not download Astra SDK from Orrbec website but this branch contains all necessaly library files(.dylib and headers).
- However!! you might need OpenNI driver installed (I will check this later...)