Flight Record Sample

2024-05-17
No Rating

Sample Introduction

The flight record module is to provide users with a way to determine responsibility and locate problems. If the user's drone is lost and the flight control log of the drone cannot be obtained, the flight records saved on the App can be analyzed.

Interface Calling Process

The two interfaces used by the flight record module are:

  • Get the path to store flight logs: getFlightRecordPath()
  • Get the path of the flight controller compressed log: getFlyCLogPath() There is no obvious calling process relationship. For detailed usage, please check the API documentationopen in new window of Mobile SDK.

Sample Acquisition

Go to Flight Record Sample Codeopen in new window.

If you have any comments or confusion about our documentation, you can click here to give feedback and we will get back to you as soon as possible.