Installation Mac
Last updated
If you are running on intel for mac you will download pre-built binaries. If you are running Apple Silicon the process will download dependency libraries from source.
Note: You will not be able to stream a connected Kinect on macOS.
Installation instructions do not include the Azure Kinect SDK as macOS is not yet supported by Azure Kinect SDK .
Problems?! (shocker)
Reach out on our discord and we will get you going!
1.1 Install Xcode
1.2 Install Xcode command line tools
sudo xcode-select --install1.3 Install cmake
brew install cmake1.4 Install pkg-config
brew install pkg-config2.1 Download and make SSP
h264_videotoolbox codec is used for hardware codec on macOS
The dependencies libraries are built with the 3rdparty/build_mac_dep.sh
Now checkout Streaming a Video or Streaming a Dataset to see how you can stream local files with Sensor Stream Server to Sensor Stream Client.
Last updated
git clone https://github.com/moetsi/Sensor-Stream-Pipe.git
cd Sensor-Stream-Pipe
mkdir build && cd build
cmake ..
make -j12