Maxime Dirksen

Results 190 comments of Maxime Dirksen

> @th1nhhdk I encountered a similar issue (X1C6). Do you think installing a new set of integrated camera would work (i.e. is the webcam really dead)? When you say similar,...

Could you copy paste all the building logs ?

You need a gcc versions that support C++20 https://github.com/EmixamPP/linux-enable-ir-emitter/blob/master/docs/requirements.md Btw, I provide a tarball containing the binary if you want to avoid issues with the build and the deps https://github.com/EmixamPP/linux-enable-ir-emitter?tab=readme-ov-file#installation

Ok, I will investigate that issue in the coming weeks

Rebase on master (+ code adjustment) I will now look to the issue you described

It is fixed now. The [] operator on the instance map wasn't working, I had to use get() instead. Quite strange since this is not directly related to one of...

Again, a fix for crashes related to object deletion. These bindings really need a big refactoring concerning the memory management of the lvgl object coupled with the C++ code. Because...

`sudo linux-enable-ir-emitter tweak` , enter 12, then input 1 3 2 0 0 0 0 0 0 After that, maybe you will see your emitter blinking

Do you really mean each time you are using the IR emitter or you are putting the computer to sleep? Because for that, you also need to enable the linux-enable-ir-emitter...

Resolving that issue is unfortunately not that easy, since I am hitting the user api limitation offered by Linux, this mean that I will need to provide a Kernel solution....