zed-sdk icon indicating copy to clipboard operation
zed-sdk copied to clipboard

Post-Hoc Point Cloud Creation

Open AlexanderKhazatsky opened this issue 3 years ago • 1 comments

Preliminary Checks

  • [X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • [X] This issue is not a question, bug report, or anything other than a feature request directly related to this project.

Proposal

I would like to save exclusively the left image, right image, and depth measure. Later down the line, I would like to turn things into a colored point cloud. Currently, I only see how to make a point cloud live. Is there a way to make it with this data?

Thank you!

Use-Case

I am collecting a very large dataset across multiple labs and we already are having troubles with data storage.

I would like to get RGB images, compress them with mp4 (also do something similar for depth) and deal with point cloud stuff at a later time after data collection.

Anything else?

No response

AlexanderKhazatsky avatar Nov 09 '22 01:11 AlexanderKhazatsky

Hi @AlexanderKhazatsky, You can achieve what you want by using the SVO format, which will save all the camera data in a single file and allows later playback (and processing) with the SDK. Take a look at the following documentation page and examples: https://www.stereolabs.com/docs/video/recording/ https://github.com/stereolabs/zed-examples/tree/master/svo%20recording

yayuniversal avatar Nov 09 '22 11:11 yayuniversal