You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-26Lines changed: 23 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -6,40 +6,38 @@
6
6
7
7
## What is the DJI Edge SDK?
8
8
9
-
Edge-SDK is an edge computing development kit for DJI Airport, providing the following functionalities:
9
+
DJI EdgeSDK is an edge computing development kit for DJI Dock, providing the following functions:
10
10
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
15
15
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
19
17
20
-
####Subscribe to Aircraft Data Streams
18
+
### Subscribe to Aircraft Live Streams
21
19
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.
22
20
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
24
25
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.
25
26
26
-
#### Cloud Data Intercommunication Channels
27
+
###Support SDK Interconnections
27
28
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.
28
29
29
30
## Dependencies
30
-
* libssh2 (version 1.10.x or hight)
31
+
* libssh2 (version 1.10.x or higher)
31
32
* 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)
34
35
35
36
## Documentation
36
37
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.
43
41
44
42
## License
45
43
@@ -50,13 +48,12 @@ Edge SDK codebase is MIT-licensed. Please refer to the LICENSE file for detailed
50
48
You can get official support from DJI and the community with the following methods:
0 commit comments