You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2021. It is now read-only.
I tested the program by code:
`from tello import Tello
tello = Tello()
tello.command()
tello.streamon()
tello.wait(10)
tello.streamoff()
`
and here's what I got:

And there is no window show up to let me see the video as it supposed to be. When I want make it fly it excuted very well. What's the problem?
Is it because of decoder?Do I need a extra decoder to make it work?
I'm using windows 8.1, with python3.7.
Thank you so much.