I’m using the ZED Mini with the ZED SDK’s Positional Tracking feature. After capturing a scene, I save the VISLAM mapping data as a .area
file and reload it for relocalization, as described in the Area Memory and Relocalization documentation.
I’d like to inspect the mapping data stored in the .area file, but I couldn’t find an API to extract this information.
- Are there any recommended ways to access or visualize the VISLAM mapping data inside a .area file?
- If there isn’t an official API, is there any information available about the
.area
file structure that could help me parse it manually?
Any suggestions or insights would be greatly appreciated!
Thanks in advance for your help!