easyTello icon indicating copy to clipboard operation
easyTello copied to clipboard

Video streaming not working - Windows

Open facu-d opened this issue 4 years ago • 1 comments

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?

facu-d avatar Sep 12 '20 20:09 facu-d

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.

karipov avatar Oct 07 '20 11:10 karipov