I've been trying to get the Tello to take an image and save it to my laptop. At the moment, I'm only getting back the first 10% (roughly) of the image data. After this, a few of the image data packets build successfully but they're in the wrong place. Here's an example:
I'm using a python script which receives the file packet data from the Tello and acknolwedges each packet. For some reason after getting through the first ~68 packets without an issue it then misses most of the rest of the data packets. Has anyone else had a similar issue before?

I'm using a python script which receives the file packet data from the Tello and acknolwedges each packet. For some reason after getting through the first ~68 packets without an issue it then misses most of the rest of the data packets. Has anyone else had a similar issue before?