Skip to content

marcusl07/tello

Repository files navigation

Tello Talent Drone Face Tracking

This project demonstrates face tracking with the Tello Talent drone using OpenCV (cv2) and drone swarm control with DJITelloPy.

Features

  • Face Tracking: Leveraging cv2 for real-time face detection and tracking.
  • Drone Swarm Control: Coordinate multiple Tello drones using DJITelloPy for synchronized movement and tasks.

Some code for sending and receiving commands in face tracking and discovering drones on the network is inspired by and adapted from DroneBlocks-TelloEDU-Python.

Requirements

Documentation

More information can be found in this Google doc.

Usage

  1. Install requirements:
    pip install opencv-python djitellopy
  2. Use the networkscan module to automatically discover and connect to your Tello drones on the network.
    For example:
    from networkscan import scan_network
    drones = scan_network()
    This replaces manually connecting your computer to each drone Wi-Fi network.
  3. Run the face tracking script to start controlling the drone(s).

About

Tello talent files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages