Save rgb data to file

Hi!

I have used Nuitrack and Orbbec Astra to collect information from the joints. Which has worked very well.
Now I need to save the videos from the data collection sessions. I wanted to do it with Orbbec Astra but I do not know how.
Can someone please help me with this.

Thank you

best regards

Hi Pedro,

You can use the Depth Sensor Module and Color Sensor Module to get depth frames and color frames from the sensor. Then, you can use DepthFrame and RGBFrame classes to get the required data. Unfortunately, Nuitrack API doesn’t have a method for saving the video.

I was successful saving the frames as images to file using OpenCV imwrite().