Samuel Laferriere

Results 96 comments of Samuel Laferriere

Today my code is returning 150 pages of pools… there’s something really weird with this bug, it seems to behave differently everyday. Can’t tell if it’s because there’s updates to...

Font settings were still on default. Tried changing to fonts that include japanese characters, didn't help. I will try to reset windows settings, or restore to a previous version, but...

Thanks a lot for this, makes sense. Are you also working on a tello-related project? I want to add comments throughout this repo to help other newcomers, but I've seen...

Ya I've been working with that repo until now, but I've come to this one because I can't get rid of the 1-2s video latency on DJITelloPy. Did you figure...

That commit seems to be related to controller input latency. I was talking about video latency. (for example if I move the drone, it takes about 2s for the video...

Oh gosh yes this does seem to help! I was using [ffplay](https://ffmpeg.org/ffplay.html) before, which also uses ffmpeg + sdl... I'm really confused now why using sdl as an output device...

Thanks for this breakdown, it was useful! The one thing I still don't understand is why the keyboard-video example uses Popen, as opposed to using pyav like the video-effect example...

Makes sense! So I guess now the last part that I need to understand is the difference between the stream being sent by the string-protocol (official sdk) and the byte-protocol...

Is there a rough estimate of how many topics can be subscribed to using that 1MB limit?

@lthibault Oh then I really have a bad understanding of this issue. I was assuming this was just saying that each subscription takes some amount of bytes, which need to...