Olympe get Depth data

There was a topic that was never answered, and it’s now closed.

I’ve searched the documentation, but I couldn’t find a way to get the distance data from Anafi AI drone, so I wanted to ask if there is an update on this.

Is there a way to get the distance data to use it on my application with olympe?

Hi,

The ANAFI AI stream a “Disparity map” video feed which is the currently undocumented.
This feed can be selected via Olympe if you pass the “Disparity map” media name parameter to the drone.streaming.start() method:

    drone.streaming.start(media_name="Disparity map")

Please note the experimental status of this feature, the format of this disparity map is subject to changes.

1 Like

Thanks for sharing this feature!
I will test it and let you know if I have any problems.

This topic was automatically closed after 30 days. New replies are no longer allowed.