microsoft / Azure-Kinect-Sensor-SDK

A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
https://Azure.com/Kinect
MIT License
1.49k stars 618 forks source link

Question about Azure Kinect DK recorder recording depth video #922

Open 1216704928 opened 4 years ago

1216704928 commented 4 years ago

Is your feature request related to a problem? Please describe.

I found that the deep video recorded by the recorder contains IR video. Can the recorder record only the deep video (excluding RGB video and IR video)?

wes-b commented 4 years ago

Currently Depth and IR are recorded together. But existing MKV tools should allow you to remove tracks.

We would also support adding a --depth_only or --ir_only flag to the tool so that a recording could be created the way you are asking.

1216704928 commented 4 years ago

Thank you. According to the method you provided, I recorded the depth video containing IR, and then used MKV tool to remove the IR track to get the depth video excluding IR. Can I only see the depth video excluding IR through the K4aviewer provided on the official website?