Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement multisampling #9

Open
2 tasks
pramberg opened this issue Aug 13, 2021 · 0 comments
Open
2 tasks

Implement multisampling #9

pramberg opened this issue Aug 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@pramberg
Copy link
Owner

Description

The final color should be the average of multiple pixels, in order to more accurately represent the source material. Since the device is usually very low resolution, only sampling once often leads to an inaccurate sample, and/or sporadic colors, depending on the source. To alleviate this, add support for multisampling in some way. How this should be implemented is not entirely straight forward, since sampling every pixel in the "area" of a LED is probably not the way to go...

Requirements

  • Ability to take multiple samples for each LED
  • (Project?) setting for changing the number of samples
@pramberg pramberg added the enhancement New feature or request label Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant