H hellowill89 Active member Joined Dec 30, 2018 Messages 33 Reaction score 6 Dec 31, 2018 #1 I'm streaming video on port 11111, and I find it produces an image with artifacts in it like this: Does anyone know what would cause these artifacts? Can inefficient code be the cause? Last edited: Dec 31, 2018
I'm streaming video on port 11111, and I find it produces an image with artifacts in it like this: Does anyone know what would cause these artifacts? Can inefficient code be the cause?
Ansia Well-known member Joined Oct 14, 2018 Messages 1,008 Reaction score 385 Dec 31, 2018 #2 I dont know anything about code, but to my understanding this happens when packets are corrupted or lost during wifi transmision. The Tello app usually drops that frame, which results in frame skipping, but no artifacts on screen.
I dont know anything about code, but to my understanding this happens when packets are corrupted or lost during wifi transmision. The Tello app usually drops that frame, which results in frame skipping, but no artifacts on screen.
H hellowill89 Active member Joined Dec 30, 2018 Messages 33 Reaction score 6 Jan 1, 2019 #3 Thanks, I believe I was implementing the protocol incorrectly. This resource shows proper implementation: dji-sdk/Tello-Python
Thanks, I believe I was implementing the protocol incorrectly. This resource shows proper implementation: dji-sdk/Tello-Python