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

Recent content by hybotenuse

  1. H

    Move drone while recording video? (python programming)

    I think I was able to figure it out, the trick is to create a thread for the drone's movement function with daemon=True, start that thread, and then use the main thread for the frames.
  2. H

    Move drone while recording video? (python programming)

    This seems to work and allow the move function and read/display frames function to run concurrently, but now no window is showing up despite terminal output suggesting that the camera is recording. From some searching online there seems to be issues with cv2 and multithreading, have you...
  3. H

    Move drone while recording video? (python programming)

    Hey everyone, just got a tello and dived straight into programming but have an issue right now. I've imported and am using the djitellopy package, and am trying to be able to control the drone to move forward while also recording video. The issue is I'm trying to have the drone move in a...