2.1 Plug in your Azure Kinect to the computer that you will be running Sensor Stream Server.
3.0 Run Sensor Stream Client and Sensor Stream Server
3.1 Run Sensor Stream Client with OpenCV (this will use OpenCV to visualize incoming streams)
1
./ssp_client_opencv 9999
Copied!
Run with whatever port you have set in the config yaml (default is 9999)
3.2 Run Sensor Stream Server
1
./ssp_server ../../configs/serve_kinect_raw.yaml
Copied!
You will need to provide an argument which has a path to the config yaml you want to use. Above we are using a config yaml that sets us up to stream color, depth, and IR raw to Sensor Stream Client.
You can update the config file to use different encoders to compress the feed and reduce bandwidth requirements.
You may have to try to plug in your Azure Kinect to different USB ports if you get an error connecting with Sensor Stream Server.