Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post-Hoc Point Cloud Creation #519

Open
2 tasks done
AlexanderKhazatsky opened this issue Nov 9, 2022 · 1 comment
Open
2 tasks done

Post-Hoc Point Cloud Creation #519

AlexanderKhazatsky opened this issue Nov 9, 2022 · 1 comment

Comments

@AlexanderKhazatsky
Copy link

Preliminary Checks

  • This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • 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

@lilianmallardeau
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants