ezrafielding / easyTello

An easy to use library to support DJI Tello scripting in Python 3
MIT License
79 stars 31 forks source link

Video streaming not working - Windows #24

Open facu-d opened 4 years ago

facu-d commented 4 years ago

Video streaming is not working on Windows 10 Pro x64

When i run my code: image

It works well until it tries to open the video streaming image

Any solution?

karipov commented 4 years ago

The library seems to have incorrectly defined the udp capture link: https://github.com/Virodroid/easyTello/blob/e428dde30ded9cc7f6d20c70526a7681102b98a8/easytello/tello.py#L68

The correct definition seems to be: https://stackoverflow.com/questions/15015540/capturing-a-multicast-udp-video-stream-using-opencv

I'll check when I can whether this is actually the issue. If you can change the library definition locally and test it out, let me know.