Difference between revisions of "Gesture-Controlled Tello Drone- Rapolas Kairys"
From RoboWiki
(→Gesture-Controlled Tello Drone Project) |
(→Abstract) |
||
Line 2: | Line 2: | ||
=== Abstract === | === Abstract === | ||
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 |
* [[wikipedia:OpenCV|OpenCV]] for video processing | * [[wikipedia:OpenCV|OpenCV]] for video processing | ||
* [[DJITelloPy]] library for drone communication | * [[DJITelloPy]] library for drone communication |
Revision as of 15:32, 2 February 2025
Gesture-Controlled Tello Drone Project
Abstract
This project implements a real-time gesture control system for DJI Tello drones using:
- [[1]] 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