Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reading video stream with the python 3.10 #192

Open
SimaoJones opened this issue Jun 27, 2023 · 3 comments
Open

reading video stream with the python 3.10 #192

SimaoJones opened this issue Jun 27, 2023 · 3 comments

Comments

@SimaoJones
Copy link

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
Copy link
Author

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

@M4GNV5
Copy link
Collaborator

M4GNV5 commented Jun 29, 2023

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

@jimmyfu0729
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants