
Reading flight log---.bin files - ANAFI Ai - Parrot Developers Forum
Feb 19, 2025 · I downloaded the flight log files from Anafi ai, which are actually bin files with only a little readable data. The file has a lot of (maybe encrypted) data. How can I view/decrypt the file to identify flight data? I mainly wanna see the waypoint mission flight logs because some MAV commands were not executed, so I need to see why.
ANAFI AI Serial Number (DRI) Breakdown - Parrot Developers Forum
ANAFI Ai. ohlarikd May 28, 2024, 2:47pm 1. We see a DRI value of: 1588E040452P3001126. Is this following ...
Taking a picture using simulated drone Sphinx - ANAFI Ai - Parrot ...
Jan 19, 2025 · Hi, I am trying to take a picture using a simulated drone and save it but when I access the media link i get an empty json. What am i doing wrong? output: Failed to fetch media. Status: 404, Response: 2025-01-19 17:53:33,401 [INFO] olympe.drone.ANAFI Ai 000000 - _disconnected_cb - Disconnected from device: ANAFI Ai 000000 2025-01-19 17:53:33,401 …
Live image out for broadcast streaming - ANAFI USA / ANAFI …
Sep 1, 2019 · Having tried to look further into it, I am way out of my depth in terms of understanding and implementing your suggestions with RTSP etc. I was hoping to get more use from my Anafi, in terms of being able to live stream, but will have to revert to my Mavic 2 Pro, as the Smart Controller for it has an HDMI out. Thank you, Louis.
Flight plan not taking straight path to waypoint - ANAFI Ai - Parrot ...
Oct 11, 2024 · I have noticed that when I add a NavigateToWaypointCommand that moves the drone horizontally and down, it will do the horizontal and vertical components separately. I would like it to linearly move to the next waypoint instead of doing this. Is that possible? Is there a setting I’m missing on the NavigateToWaypointCommand? I have tried setting the acceptance radius …
Parrot Air SDK advice and guidance - ANAFI Ai - Parrot Developers …
Jul 3, 2024 · Hey everyone thanks for reading this post. I am about to start my development process with ANAFI AI drone and i needs some guidance with the Software SDK. Can anyone please guide me through some features and compatibility. Goal: I want to make a Computer vision script that will run onboard on the drone side. Goal is to track a object and do orbital/position …
Getting video stream to Olympe (Python) - ANAFI USA / ANAFI …
May 13, 2019 · Hello, Thank you for releasing the ANAFI SDK, it has been great so far. However, I have issue getting the video stream into Olympe. I would like to use the video for some real-time image processing and control. I used Drone.set_streaming_callbacks to set call_back_back methods, then called Drone.start_video_streaming() to start streaming. When I set a call_back …
Minimalist AirSDK interaction - ANAFI Ai - Parrot Developers Forum
Feb 4, 2025 · I have created an app using the GroundSDK, but I need to toggle a setting that is only available in the AirSDK. I do not want an AirSDK mission that manages the flight of the drone, which seems to be the focus of all of the examples. Ultimately what I’d really want is a method on the MainGimbal in the GroundSDK that would unlock the yaw axis, so this …
How to read .bin log file - ANAFI Ai - Parrot Developers Forum
ANAFI Ai. MelP May 24, 2022, 2:30pm 1. Hello, I want to read log file but i don’t know how to do . Where ...
Read RTP Stream with FFMPEG - ANAFI Ai - Parrot Developers …
May 3, 2022 · Ok. To get video from Anafi I need to communicate with RTSP. I would like use my video reader library to do that, so I must integrate a RTSP communication . Have you a documentation that explain the protocol and command ? There are lot of codes and examples in the GroundSDK but without a clear documentation is very difficult.