Hi @nitingarg,
Based on my understanding of your issue, you want to use the ZED SDK to generate a geo-referenced point cloud. Is that correct?
Unfortunately, the ZEDfu tool does not currently support this feature. However, you can achieve this by writing some additional code. The process should be manageable. Here’s how you can do it:
- Retrieve the Point Cloud: Use the ZED SDK functions to obtain the point cloud in the camera coordinate frame.
- Convert to Geo-Referenced Coordinates: Utilize the GNSS-VIO calibration from the Fusion module to transform the point cloud into a geo-referenced coordinate system.
Here are some useful links to help you get started:
- Point cloud sample: sample
- Function for converting camera point to geo: Camera2Geo
Regards,
Tanguy