Skip to content

Spaceport Volumetric Capture

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

Good news! Our documentation has moved to antmedia.io/docs.

Capture Volumetric Video

You are ready to capture volumetric video. To start the capture process you can use volumetricCapture.sh script under the binaries/spaceport folder. But before running it; you have to change the serial names with your Azure Kinect Sensor Serials in the script.

And then:

cd VolumetricVideoRegistration/binaries/spaceport/

bash volumetricCapture.sh

Seeing the following screen means the capture process has started. Simultaneously, your video will be saved to disk. Use ctrl + s to safely terminate the capture process.

Then you have to start volumetricProcess.sh to create the Spaceport Volumetric Container.

cd VolumetricVideoRegistration/binaries/spaceport/

bash volumetricProcess.sh

When the process is completed you can use the playVideo.sh script to replay your volumetric video on web browsers.

cd scripts

bash playVideo.sh

User Guide

Reference

Troubleshooting

Draft

Proposals

Clone this wiki locally