geaxgx / tello-openpose

MIT License
297 stars 88 forks source link

Error while decoding MB xx xx, bytestream -x #7

Open xtr33me opened 4 years ago

xtr33me commented 4 years ago

Running in Ubuntu 18.04, I am getting the below flood of messages. I have uninstalled and reinstalled 'av' as well as ffmpeg. Are you seeing the same? It does work, the video is just has artifacts off and on.

Auto-detecting all available GPUs... Detected 1 GPU(s), using 1 of them starting at GPU 0. error while decoding MB 52 42, bytestream -6 error while decoding MB 52 25, bytestream -8 error while decoding MB 46 42, bytestream -7 error while decoding MB 37 14, bytestream -10 error while decoding MB 6 15, bytestream -6 error while decoding MB 1 26, bytestream -12 error while decoding MB 1 26, bytestream -8 ...

error while decoding MB 6 35, bytestream -6 error while decoding MB 26 42, bytestream -10 error while decoding MB 24 42, bytestream -6 error while decoding MB 59 14, bytestream -6 error while decoding MB 5 14, bytestream -6 error while decoding MB 7 14, bytestream -12 error while decoding MB 50 13, bytestream -12 error while decoding MB 26 14, bytestream -10 Tello: 11:46:10.644: Info: video data 375640 bytes 183.2KB/sec loss=-5

benjaminjacobreji commented 4 years ago

I got this too, but letting it sit for like 5 mins, it starts the feed and works. I made a few changes though params["net_resolution"] = "320x320" in OP.py after line 192 and EVENT_LOG_DATA to EVENT_LOG self.drone.subscribe(self.drone.EVENT_LOG in tello-openpose.py at line 334

xtr33me commented 4 years ago

Hey @benjaminjacobreji ... I swore I posted back here but I'm not seeing it so it might have been in another post. However I was able to drastically reduce this message by adjusting the Video Encoder Rate. I think in my case I just had to increase it I believe and it cut down highly on the messages. Hope that helps.

benjaminjacobreji commented 4 years ago

Hey @benjaminjacobreji ... I swore I posted back here but I'm not seeing it so it might have been in another post. However I was able to drastically reduce this message by adjusting the Video Encoder Rate. I think in my case I just had to increase it I believe and it cut down highly on the messages. Hope that helps.

Ohh thanks for that, Ill give it a shot.

OzanDurmaz commented 10 months ago

Hi, I am having the same issue with my Tello drone. The video feed is also disturbed because of decoding errors I believe. Couldn't find a solution yet?