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

Recent content by Borb

  1. B

    Video streaming issues

    So i found a piece of code to try out video streaming from djitellopy import Tello import cv2 # Initialize Tello drone me = Tello() me.connect() print(me.get_battery()) me.streamoff() me.streamon() while True: # Read frame from Tello's camera img = me.get_frame_read().frame #...
  2. B

    Issues with connecting (windows 11)

    Unfortunately not. Still getting the (Send command: ‘command’ Response command: ‘command’)
  3. B

    Issues with connecting (windows 11)

    I have a few of these edu models and we just started to set them up, tried coding in python to connect to is (also tried using the sdk) and whenever i run it i get “sent command: command and response: command” this just keeps going until the program stops, it doesnt matter if im connected to the...