Skip to content

Spaceport Publisher

Ahmet Oğuz Mermerkaya edited this page Jan 24, 2024 · 8 revisions

Good news! Our documentation has moved to antmedia.io/docs. In this part, we are going to use Spaceport publisher nodes prepared for ROS using the Azure SDK.

Prerequisites

sudo apt-get install -y ninja-build
sudo apt install libsoundio-dev
apt-get install libudev-dev

Step 1: Get and then extract the Spaceport from here

Step 2: You can use setup.sh script to build Azure SDK

cd publisher
bash setup.sh

Note: We use --postime to launch all cameras synchronously. That's why the entered parameter is important. You can use any number to test the publishers but to be able to capture correctly you have to use the following command --postime $(($(date +%s%N)/1000000))

If all went well you will be able to open your device and see all connected Azure Kinects as above.

User Guide

Reference

Troubleshooting

Draft

Proposals

Clone this wiki locally