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

Recent content by marsar24

  1. M

    'error Not joystick' when calling any commands (Tello with Python using DjiTelloPy)

    Hey Zar, the error that you see is because of an empty frame. Most probably because of the way you are reading tello's frame. To read tello's frame: tello = Tello() while True: frameObject = tello.get_frame_read() cv2.imshow("preview", frameObject.frame) cv2.waitKey(1) If you need any help...
  2. M

    Tello EDU Downward camera

    That' a great idea. Is it possible to access the downward facing camera of Tello EDU somehow?