-
Notifications
You must be signed in to change notification settings - Fork 646
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
Python 3 (again) #57
Comments
I'm a beginner, but I would like to help. I want this project to be in python 3 for my project. |
Stay tuned. I've nearly finalised it either on Raspberry x86 implementation. The implementation on my native Raspberry isn't completed yet. Be aware, video performance on a Raspberry PI3+ isn't perfect. But I assume that it will work on Linux, too. See my fork for further details. Update: Test on Raspberry PI 3B. Videoperformance is slwo and I got still decoding errors:
|
Public comment from Ho.Yan in Zendesk ticket #31175: This question you can contact RYZE Tello's technical support: Warm Regards, |
Hi, Thanks for trying to port this to Python 3.X. I tried to install the original 2.7 version but received a warning that 2.7 is no longer supported (as of Jan 1st 2020, apparently). I'd like to get video_test up and running. I can help test for you but I'm probably not as good a Python programmer as yourself! :) I saw @f41ardu that you are experiencing the decode problems - does this mean that the video_test isn't working yet in Python 3.X please? To be honest I don't think I really need video but would more likely need a still image from the stream... Thanks again. WW. |
I should have also mentioned that the 'one click install' couldn't install openCV either - not sure if that's related to Python 2.7 or something else. I haven't tried a manual install just yet though. Cheers, WW. |
My fork works fine using Python3, only on PI 3+ is somewhat slow. |
udp video stream can be encoded by opencv: https://gist.github.com/f41ardu/b75da46dae383e5c835295600deef604 No need to use the h264 lib any longer. Migration to Phyton3 could become fairly easy. |
So can we run this with Python3 or not? I'm sure I can manage. But any official support would be appreciated. |
Any update on a Python3 version or progress of one we could create a PR. It looks a bit like this repo is abandoned by DJI. |
very latancy with video stream how remove the latency? |
(The last update was two years ago, so maybe no one is interested in this,) If you are using windows you will need to replace some of the code. Here is a guide I wrote. Replace |
Any thoughts to migrate the Tello-Python code to Python 3.X
I managed to migrate the H264 that it can be used with Python 3.X on my Raspberry PI.
The rest is straightforward. So if someone could help to build the H264 dll or pyc from my fork could be helpful.
See my gist. udp video stream can be encoded by opencv:
https://gist.github.com/f41ardu/b75da46dae383e5c835295600deef604
The text was updated successfully, but these errors were encountered: