DJITelloPy icon indicating copy to clipboard operation
DJITelloPy copied to clipboard

DJI Tello drone python interface using the official Tello SDK. Feel free to contribute!

Results 32 DJITelloPy issues
Sort by recently updated
recently updated
newest added

Client socket is never bound to receiving port to receive drone replies; This causes DJITelloPy to not be able to reconnect after running a script once. By binding it, the...

In Tello EDU, we can get a video stream from the downward camera. However, when I'm using the same get-frame function as the front camera, the frame sometimes works inappropriately...

`DJITelloPy/examples/record-video.py` does not work on Ubuntu 20.04 focal (x86-64) and Windows 11. I got the following console message: ``` [INFO] tello.py - 126 - Tello instance was initialized. Host: '192.168.10.1'....

Hi, I'm trying to run the DJITelloPy inside a docker container. My host network is connected with the TELLO network however on running even the basic examples, DJITelloPy fails to...

environment

Hello 👋🏼 I'm have a problem, my terminal shows the following message on the screen when I try the drone camera on the screen ``` cv2.imshow("Drone Camera", frame) cv2.error: Unknown...

environment

My set up is wsl2 ubuntu conda environment with Python 3.6.13. I am trying to test if my computer can recieve the video output from tello. But it seems something...

Hello, I've been using this library for a project of mine, i've been having a lot of problems of djitellopy crashing, so i was trying to test the library all...

With so many people complaining about the video lagging, I was wondering why this library still uses OpenCV for capture. Then I saw in the commits that OpenCV HAS been...

Hello, this is my code: ``` from djitellopy import Tello import cv2 tello = Tello() tello.connect() tello.streamon() frame_read = tello.get_frame_read() def show_frames(): while True: img = frame_read.frame cv2.imshow("Tello", img) show_frames()...

hi, I am having issues using the drone commands such as drone; rotate, left, right etc.. every time I try to run one of these commands I get the error...