Installation Linux
Installing with Pre-Built Binaries (Recommended)
1.0 Install Pre-Requisites
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install cmake
sudo apt-get install libgtk2.0-dev
sudo apt-get install git
sudo apt-get install ffmpeg
sudo apt-get install libusb-1.02.0 Install Azure Kinect SDK/Azure Kinect Body Tracking SDK (optional)
3.0 Install OAK-D Pre-Requisites (optional, if you want to stream an OAK-D using Xlink and run inference using OpenVINO)
3.1 Install python 3.8 if you do not have it (necessary for OAK-D)
3.2 Install OpenVINO (used to run inference on frames grabbed from OAK-D device)
4.0 Build/Install Sensor Stream Pipe
5.0 Use it!
Installing Manually
1.0 Install Pre-Requisites
Dependencies
Download and install repo libraries
Download and extract "out-of-repo" libraries
Last updated