Kragrathea / TelloLib

133 stars 55 forks source link

TelloConsole video not working #9

Closed daanzu closed 6 years ago

daanzu commented 6 years ago

I'm trying to use TelloLib on PC, but can't get the video working. Tello.onVideoData never gets called. Normal controls & flight data work fine. Ideas?

daanzu commented 6 years ago

Nevermind; fixed: firewall issues. Library works great!

mojto commented 5 years ago

Nevermind; fixed: firewall issues. Library works great!

I have the same problem, how did you solve it?

daanzu commented 5 years ago

@mojto Look in Windows' firewall settings and make sure the executable you're running has authority to open the necessary ports, on public/private networks.

mojto commented 5 years ago

@mojto Look in Windows' firewall settings and make sure the executable you're running has authority to open the necessary ports, on public/private networks.

Yes, My app is allowed on both public and private networks. But when I run the "TelloConsole" in Visual Studio, there is no window for video streaming and just a console which prints the parameters and status of the drone is shown. Did you modify the code in TelloConsole?