Difference between revisions of "Gesture-Controlled Tello Drone- Rapolas Kairys"
From RoboWiki
(→Abstract) |
(→Abstract) |
||
Line 3: | Line 3: | ||
This project implements a real-time gesture control system for DJI Tello drones using: | This project implements a real-time gesture control system for DJI Tello drones using: | ||
* [https://github.com/google-ai-edge/mediapipe MediaPipe] for pose estimation | * [https://github.com/google-ai-edge/mediapipe MediaPipe] for pose estimation | ||
− | * [ | + | * [https://opencv.org/ OpenCV] for video processing |
− | * [ | + | * [https://github.com/damiafuentes/DJITelloPy DJITelloPy] library for drone communication |
Key features: | Key features: |
Revision as of 15:34, 2 February 2025
Gesture-Controlled Tello Drone Project
Abstract
This project implements a real-time gesture control system for DJI Tello drones using:
- MediaPipe for pose estimation
- OpenCV for video processing
- DJITelloPy library for drone communication
Key features:
- Hand sign recognition for directional control
- First-person view (FPV) video recording
- Command queue system for safe operation