stereolabs / zed-python-api

Python API for the ZED SDK
https://www.stereolabs.com/docs/app-development/python/install/
MIT License
212 stars 94 forks source link

Is it possible to change some properties of a svo file? #172

Closed chaoren2357 closed 2 years ago

chaoren2357 commented 3 years ago

Hi, I'm using ZED2 for 3D reconstruction. I want to use .obj and .mtl files obtained from 3D reconstruction of SVO file to set the target object to red, which is convenient to see when displaying. I already have an algorithm for object segmentation in the image. My original idea is to read the saved SVO file, and then segment the target object in each frame. Then find pixels labeled TRUE in the image and color the corresponding point in the point cloud red. However, I found that 3D reconstruction in API is based on Camera(), the color data in this class can't be modified. What should I do to reconstruction the scene with the modified data?

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days