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

Recent content by a.jin820206

  1. A

    Quality of Image capture from openCV

    Yes, I did compare both. The photo quality I got from the video stream is pretty low, even tho I changed the Tello resolution to “720p”. This is the information of the photo taken from Tello frame Dimension: 2592 * 1936 (I did the resize method) Horizontal Resolution: 96 dpi Vertical...
  2. A

    Quality of Image capture from openCV

    Hey guys! I'm trying to capture images from my Tello drone with python using OpenCV However, I notice that the image quality from programming is not as good as the image from the Tello app(controlled by iPhone8). I've tried cv2.resize() method and it seems like this only changes the dimension...
  3. A

    Tello lagging when doing image capture

    Thanks! it works!
  4. A

    Tello lagging when doing image capture

    Hello guys, I'm new to python and trying to do image capture when the Tello executes my code. However, I encountered a problem and if someone can take a look of my code, I'll be really appreciated it! Basically, I'm telling my drone to move 10cm first in the x-direction, then take a picture...