easyTello
easyTello copied to clipboard
Video streaming not working - Windows
Video streaming is not working on Windows 10 Pro x64
When i run my code:
It works well until it tries to open the video streaming
Any solution?
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.