Hi @vaxerski I am working on one project related to ambilight, due to Wayland security policies it is hard to capture the screen (especially fast) and your project looks as a good solution which may not even extended in general to make everything working.
There are several options which may work. Mainly remove colour picking using mouse and instead use another parameters.
- Receive the pixel colour by defining the pixel position in the matrix for example -p= 100, 100
- Receive the whole color matrix of the whole screen which I believe stored in screenBuffer
- Option define the sector (honestly having 1 or 2 will give me possibility to fork the project and right this functionality to contribute to the project)
I have not so much experience with C or C++ and honestly I have lack of understanding of how lambda functions is working to help you extend the functionality.
If you can help me with the implementation I would really appreciate.
Let me know if you have any questions.
Hi @vaxerski I am working on one project related to ambilight, due to Wayland security policies it is hard to capture the screen (especially fast) and your project looks as a good solution which may not even extended in general to make everything working.
There are several options which may work. Mainly remove colour picking using mouse and instead use another parameters.
I have not so much experience with C or C++ and honestly I have lack of understanding of how lambda functions is working to help you extend the functionality.
If you can help me with the implementation I would really appreciate.
Let me know if you have any questions.