Difference between revisions of "Gesture-Controlled Tello Drone- Rapolas Kairys"
From RoboWiki
(Created page with "== Gesture-Controlled Tello Drone Project ==") |
(→Gesture-Controlled Tello Drone Project) |
||
| Line 1: | Line 1: | ||
== Gesture-Controlled Tello Drone Project == | == Gesture-Controlled Tello Drone Project == | ||
| + | === Abstract === | ||
| + | This project implements a real-time gesture control system for DJI Tello drones using: | ||
| + | * [[wikipedia:MediaPipe|MediaPipe]] for pose estimation | ||
| + | * [[wikipedia:OpenCV|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 | ||
Revision as of 14:22, 29 January 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