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

From RoboWiki
Jump to: navigation, search
(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
* [[wikipedia:OpenCV|OpenCV]] for video processing
+
* [https://opencv.org/ OpenCV] for video processing
* [[DJITelloPy]] library for drone communication
+
* [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:

Key features:

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