Thibault Coppex

Results 22 comments of Thibault Coppex

For completion's sake here is a related forum's thread https://forum.openframeworks.cc/t/experiments-with-vlc-based-video-player-help-needed/32451

For info libVLC just fixed its `Compatibility Profile` requirement (see https://code.videolan.org/videolan/vlc/-/merge_requests/1299), so this proposals become *quality of life* rather than mandatory for this particular third party.

Hey geotyper, thanks for your feedback. Mmh I'm not sure, I had never try it on that setup but it's probably a synchronization issue (that or a frame discrepancy due...

Hi @gsimone and thanks for you review. Yes as mentionned above multiple imports on the same symbols fails (the plot also fails to render properly). I guess if we want...

Good idea that might be worth a try. Looking [into it](https://github.com/pmndrs/leva/blob/bd0ddbb86321945b4dd6c66b3bdd6164b23cc25b/packages/plugin-plot/src/index.ts#L5) I'm not sure how to go about it though, do you have an idea for the actual implementation ?...

Hi @threedlife , Mmh I am not quite sure, it is probably linked to the _hid_input_report_ structure's alignment. Have you try to comment the packing pragmas (push/pop) and add manual...

Come to think of it I believe it's the REPORT_SIZE macro in the `hid_report_map` structure that should be set to **2** instead of **1**. See `USBHID_Types.h` for this macros definition...

Your report descriptor works fine on my android device (and GNU / Linux), I'll have to try it on Windows though. Granted I'm on the `bug-ios-pairing` branch, but I hardly...

Hi @afpineda and thanks for your feedback, Yes this project expects Mbed OS v5.x which I believe is the one used by the current Arduino IDE. While I also prefer...

Hi @erichstuder, Thanks for the feedbacks, I have just pushed a branch that should fix the compatibility issue that was put aside for a while, hit me back if you...