Skip to content

Commit 2f18a30

Browse files
DJI-MartinDJI-Martin
DJI-Martin
authored and
DJI-Martin
committed
Update README.md
1 parent 20e4557 commit 2f18a30

File tree

1 file changed

+23
-26
lines changed

1 file changed

+23
-26
lines changed

README.md

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,38 @@
66

77
## What is the DJI Edge SDK?
88

9-
Edge-SDK is an edge computing development kit for DJI Airport, providing the following functionalities:
9+
DJI Edge SDK is an edge computing development kit for DJI Dock, providing the following functions:
1010

11-
* Fetch Aircraft Media Files
12-
* Subscribe to Aircraft Data Streams
13-
* Secure Local Communication Links
14-
* Cloud Data Intercommunication Channels
11+
* Manages aircraft media files
12+
* Subscribes to aircraft live streams
13+
* Provides secure local communication links
14+
* Supports SDK interconnections
1515

16-
## Functionalities
17-
#### Fetch Aircraft Media Files
18-
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.
16+
## Features
1917

20-
#### Subscribe to Aircraft Data Streams
18+
### Subscribe to Aircraft Live Streams
2119
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.
2220

23-
#### Secure Local Communication Links
21+
### Manage Aircraft Media Files
22+
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.
23+
24+
### Provide Secure Local Communication Links
2425
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.
2526

26-
#### Cloud Data Intercommunication Channels
27+
### Support SDK Interconnections
2728
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.
2829

2930
## Dependencies
30-
* libssh2 (version 1.10.x or hight)
31+
* libssh2 (version 1.10.x or higher)
3132
* openssl (reference version 1.1.1f)
32-
* opencv (version 3.4.16 or hight)
33-
* ffmpeg (version 4.13 or hight)
33+
* opencv (version 3.4.16 or higher)
34+
* ffmpeg (version 4.13 or higher)
3435

3536
## Documentation
3637

37-
For full documentation, please visit
38-
the [DJI Developer Documentation](https://developer.dji.com/doc/edge-sdk-tutorial/en/). Documentation
39-
regarding the code can be found in the [ESDK API Reference](https://developer.dji.com/doc/edge-sdk-api-reference/en/)
40-
section of the developer's website. Please visit
41-
the [Latest Version Information](https://developer.dji.com/doc/edge-sdk-tutorial/en/)
42-
to get the latest version information.
38+
* For full develop tutorial documentation, please visit the [DJI Developer Documentation](https://developer.dji.com/doc/edge-sdk-tutorial/en/).
39+
* For API reference documentation, please visit [ESDK API Reference](https://developer.dji.com/doc/edge-sdk-api-reference/en/) section of the developer's website.
40+
* Please visit the [Release Note](https://developer.dji.com/doc/edge-sdk-tutorial/en/) to get the latest version information.
4341

4442
## License
4543

@@ -50,13 +48,12 @@ Edge SDK codebase is MIT-licensed. Please refer to the LICENSE file for detailed
5048
You can get official support from DJI and the community with the following methods:
5149

5250
- Post questions on Developer Forum
53-
* [DJI SDK Developer Forum(Cn)](https://djisdksupport.zendesk.com/hc/zh-cn/community/topics)
54-
* [DJI SDK Developer Forum(En)](https://djisdksupport.zendesk.com/hc/en-us/community/topics)
51+
* [DJI SDK Developer Forum (CN)](https://djisdksupport.zendesk.com/hc/zh-cn/community/topics)
52+
* [DJI SDK Developer Forum (EN)](https://djisdksupport.zendesk.com/hc/en-us/community/topics)
5553
- Submit a request describing your problem on Developer Support
56-
* [DJI SDK Developer Support(Cn)](https://djisdksupport.zendesk.com/hc/zh-cn/requests/new)
57-
* [DJI SDK Developer Support(En)](https://djisdksupport.zendesk.com/hc/en-us/requests/new)
54+
* [DJI SDK Developer Support (CN)](https://djisdksupport.zendesk.com/hc/zh-cn/requests/new)
55+
* [DJI SDK Developer Support (EN)](https://djisdksupport.zendesk.com/hc/en-us/requests/new)
5856

5957
You can also communicate with other developers by the following methods:
6058

61-
- Post questions on [**Stackoverflow**](http://stackoverflow.com) using [**
62-
dji-sdk**](http://stackoverflow.com/questions/tagged/dji-sdk) tag
59+
- Post questions on [**Stackoverflow**](http://stackoverflow.com) using [**dji-sdk**](http://stackoverflow.com/questions/tagged/dji-sdk) tag

0 commit comments

Comments
 (0)