DJITelloPy icon indicating copy to clipboard operation
DJITelloPy copied to clipboard

reading video stream with the python 3.10

Open SimaoJones opened this issue 1 year ago • 3 comments

Good afternoon, My name is Simão Franco Jones, and I am using a DJI Ryze Tello EDU drone for a project. I am programming the drone in Python 3.10 and the drone seems to be able to take off and moving. My problem is that i cannot get the frames from the camera using the function get_frame_read(). I was reading the comments about this issue and they suggest to change the versions of the packages. Is there another solution rather than changing or downgrading the versions of the packages?

SimaoJones avatar Jun 27 '23 15:06 SimaoJones

I also I tried to use cv2.waitKey() and time.sleep() to give more time to get the frames and also it did not worked

SimaoJones avatar Jun 27 '23 15:06 SimaoJones

What code are you using for receiving frames? Did you try the examples included in the readme? Do they work?

M4GNV5 avatar Jun 29 '23 15:06 M4GNV5

I also encounter this problem, my version is python 3.11, there is no frame read from Tello even I run the examples without changes.

jimmyfu0729 avatar Aug 14 '23 03:08 jimmyfu0729