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

Feedback for over/under exposed pixels in Live View #9

Open
Olliebrown opened this issue Aug 19, 2022 · 0 comments
Open

Feedback for over/under exposed pixels in Live View #9

Olliebrown opened this issue Aug 19, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Olliebrown
Copy link
Member

As part of showing the live-view stream, we should provide a toggle to activate an overlay of which pixels are at 100% or 0% indicating an over or under-exposed image respectively. For efficiency, this should be implemented in a fragment shader as iterating over all the pixels in JavaScript would be very slow. This would likely require changing the entire live-view widget to use a WebGL context instead of a canvas 2d context like it currently does.

@Olliebrown Olliebrown added the enhancement New feature or request label Aug 19, 2022
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