-
Notifications
You must be signed in to change notification settings - Fork 35
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
HDR #154
Comments
This might be possible, but I'm not very sure of it. I would wager that the display would need to be captured in a different pixel format (currently it uses 8 bit RGB), and the math for converting that colorspace to RGB would need to be worked out. Assuming we can get an accurate RGB representation from each HDR pixel, this should be possible... But I'm just not sure if the android API even works like that. Proper HDR decoding may very well only happen at the display itself. Interesting thought... I'm not too confident it can even be done, but I'll keep this issue open for now! |
I'm not sure myself, but my 2 different Android boxes both have setting in the system settings to convert all HDR to SDR and even SRD to HDR so it might be possible. |
Any thoughts? HDR gives way different colors. Would love to get this working with HDR |
Would implementations done at HyperHDR help with implementing this into android grabber as well, HyperGrabber anyone? :) |
Grabbing HDR10 media produces very dimmed and washed out colors on Hyperion.
Can you convert HDR images to SDR images before sending them to Hyperion server?
The text was updated successfully, but these errors were encountered: