Hello Tello Pilot!
Join our DJI Tello community & remove this banner.
Sign up

Recent content by champ

  1. C

    KivyTello: a Kivy app to control your Ryze Tello

    You can do it by installing miniconda and create a virtual environment. then run `conda install -c conda-forge av `. It will install successfully.
  2. C

    avoiding obstacles by drone

    No, I want to run a tello drone using a program. I need to recognize face and track that face by the drone. So I need to implement python code with the help of telloPy. how to implement an algorithm to recognize a face and track.
  3. C

    avoiding obstacles by drone

    I want my dji tello drone to avoid obstacles after identifying them through the camera. How can I do that?
  4. C

    stty error occurs while running

    I solve that error after installing cygwin to my computer and added it's path into the system path.
  5. C

    stty error occurs while running

    The following error occurs which I run the example code of keyboard in window 10 environment. "1 error occurred: * exec: "stty": executable file not found in %PATH%" How to solve this?