DJI Edge SDK is an edge computing development kit for DJI Dock, providing the following functions:
- Manages aircraft media files
- Subscribes to aircraft live streams
- Provides secure local communication links
- Supports SDK interconnections
Allowing real-time video recognition and other AI processes for aircraft-transmitted data streams on local system, which greatly enhances aircraft intelligence, and provides better support for aircraft mission execution.
Enables fetching and processing media files captured by aircraft to local system for refined recognition and data filtering. This reduces cloud traffic and latency and enhances data processing efficiency.
Edge computing offers a secure local communication link, ensuring communication safety and privacy protection between aircraft. This avoids risks of network attacks and data breaches during aircraft communication.
Edge computing can process and transmit data in unstable network environments, utilizing small data channels to enhance transmission efficiency. This ensures aircraft achieve efficient data processing and transmission across various environments.
- libssh2 (reference version 1.10.0)
- openssl (reference version 1.1.1f)
- opencv (version 3.4.16 or higher)
- ffmpeg (version 4.13 or higher)
- For full develop tutorial documentation, please visit the DJI Developer Documentation.
- For API reference documentation, please visit ESDK API Reference section of the developer's website.
- Please visit the Release Note to get the latest version information.
Edge SDK codebase is MIT-licensed. Please refer to the LICENSE file for detailed information.
You can get official support from DJI and the community with the following methods:
- Post questions on Developer Forum
- Submit a request describing your problem on Developer Support
You can also communicate with other developers by the following methods:
- Post questions on Stackoverflow using dji-sdk tag