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

Recent content by Inderjit

  1. I

    Assertion error with image capture

    I am trying to run the following code so the drone video feed appears on my laptop. from djitellopy import tello import cv2 me = tello.Tello() me.connect() print(me.get_battery()) me.streamon() while True: img = me.get_frame_read().frame img = cv2.resize(img, (360, 240))...

New Posts