Difference between revisions of "Gesture-Controlled Tello Drone- Rapolas Kairys"

From RoboWiki
Jump to: navigation, search
(Abstract)
(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
+
* [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:34, 2 February 2025

Gesture-Controlled Tello Drone Project

Abstract

This project implements a real-time gesture control system for DJI Tello drones using:

Key features:

  • Hand sign recognition for directional control
  • First-person view (FPV) video recording
  • Command queue system for safe operation