ATAK plug-in that processes the live video stream from a DJI drone using AI models. Plugin allows you to display the video stream from the drone in the ATAK app and has also many useful features. You can analyze video frame with the AI model of your choice ( in the case of the plugin, these are modified YOLO models, but you can upload your models as well). Then, after analysis, the distance to the object is calculated based on the telemetry from the drone, and the detected objects are located on the ATAK map. Enhance situational awareness and accelerate decision-making by unifying live video, AI-driven analysis, and precise geospatial mapping into one tactical toolkit. The operator himself decides what which frame of the stream should be processed. He is responsible for the accuracy of estimating the distance to objects by selecting their heights, and decides which objects are to be detected and what the minimum accuracy must be , to be plotted on the map.
- Key Features
- Supported Drones
- Requirements
- Example Of Use
- Plugin Tabs Overview
- App example
- Maintainers
- Transmits images from the drone camera directly to the ATAK application
- On-Device AI Analysis
- Distance Estimation
- Map Annotation
- Extensible Architecture
- Entirely self-contained—no external servers required
- Operator coordinates
- Drone coordinates
- Distance from the drone to the operator
- Archiving of flights made along with detected objects
- Customization of the detection options of the selected AI model
UAVReconToolApp Requirements
- Gradle JDK : correto-11 \ Amazon Corretto 11.0.27
- Android Gradle Plugin Version : 7.4.2
- Gradle Version: 7.5
UAVReconToolPlugin Requirements:
- Gradle JDK : correto-11 \ Amazon Corretto 11.0.27
- Android Gradle Plugin Version : 7.4.2
- Gradle Version: 7.5
- Building Options: civDebug
Also you have to define the debug.keystore and release.keystore:
debug.keystore:
& "C:\Users\YourUserName\.jdks\corretto-11.0.27\bin\keytool.exe" -genkeypair `
-dname "CN=Android Debug,O=Android,C=US" `
-validity 9999 `
-keystore debug.keystore `
-alias androiddebugkey `
-keypass android `
-storepass android
release.keystore:
& "C:\Users\YourUserName\.jdks\corretto-11.0.27\bin\keytool.exe" -genkeypair `
-dname "CN=Android Release,O=Android,C=US" `
-validity 9999 `
-keystore release.keystore `
-alias androidreleasekey `
-keypass android `
-storepass android
Project maintainers are:
- Wojciech Krawczyk





