carter-james89 / UnityControllerForTello

A Unity Controller for the DJI/Ryze Tello
MIT License
37 stars 9 forks source link

Error when connecting with real UAV #6

Open X-DDDDD opened 2 years ago

X-DDDDD commented 2 years ago

Hello, Your project is great.I'm trying to use your project to connect to a real UAV, but the following error occurred: image

NullReferenceException: Object reference not set to an instance of an object
UnityControllerForTello.SceneManager.RunFrame () (at Assets/Scripts/UnityTelloController/SceneManager.cs:174)

Why did this error occur? Looking forward to your reply, thank you.😁


I switched the TELLOTRACKING scenario, it can be running.But there will be a problem, https://github.com/comoc/TelloForUnity/issues/12. I noticed that the computer is transmitting at the speed of 500K per second from Tello, but it can't receive the image. Why is this? thank you.😁