damiafuentes / DJITelloPy

DJI Tello drone python interface using the official Tello SDK. Feel free to contribute!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reading video stream with the python 3.10

SimaoJones opened this issue · 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?

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

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

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.