easyTello icon indicating copy to clipboard operation
easyTello copied to clipboard

An easy to use library to support DJI Tello scripting in Python 3

Results 8 easyTello issues
Sort by recently updated
recently updated
newest added

I'm trying to use the streamon function, it seems to open up, however it gives me an error message and the programs stops. My code is given below, would appreciate...

When I try to get the battery level of the tello it doesn't respond with anything, this is the terminal output. `Sending command: command Response: b'ok' Sending command: streamon Response:...

Video streaming is not working on **Windows 10 Pro x64** When i run my code: ![image](https://user-images.githubusercontent.com/66068434/93004067-13e5bf00-f51a-11ea-9e65-b939a22aa436.png) It works well until it tries to open the video streaming ![image](https://user-images.githubusercontent.com/66068434/93004089-3677d800-f51a-11ea-8677-0d9a717e68fc.png) Any solution?

Hi, Thank you for this amazing library. I am going to use it to autopilot, based on image processing with OpenCV. The best way to use easyTello would be to...

I get this error while using the code from this GitHub " File "c:\Users\XXXXX\hello\easytello.py", line 7, in from easytello.stats import Stats ModuleNotFoundError: No module named 'easytello.stats'; 'easytello' is not a...

I tested the program by code: `from tello import Tello tello = Tello() tello.command() tello.streamon() tello.wait(10) tello.streamoff() ` and here's what I got: ![image](https://user-images.githubusercontent.com/52484896/62270607-fade9380-b468-11e9-9b85-ea6aae5e63e6.png) And there is no window show...

Hi, I'm trying to set Tello Edu speed by typing self.send_command('speed {}'.format(speed)), e.g., tello.send_command('speed {}'.format(20)), and even though tello response is 'ok' it actually doesn't move. How can I solve...