-
Notifications
You must be signed in to change notification settings - Fork 110
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
HDMI 4K enhanced mode as option? #145
Comments
Just posted an updating protocol documentation file which includes how to do this. You can do it with raw commands right now:
|
Thank you so much!
The irony is that I got so frustrated with Onkyo making this such a dumb
thing, that it prompted me to finally start my build-a-new-gaming-pc
project and run a newer GPU that can spit out what's needed for
enhanced mode. So I no longer have a need to auto switch the modes when
switching inputs.
Thank you though!
|
I want to verify this so I can close out this ticket. Is it possible to do so with just the plain old |
not sure the lib has receiver.raw that would work. In terms of officially command support wont be until the new file submitted is parsed to update the command db. |
Coming back to this ticket. I don't have a good means of testing out this fix. Not sure if you would like me to close out this ticket or not. |
TLDR can this library issue commands to switch between HDMI 4K Enhanced and Standard modes?
My Onkyo TX-NR787 has a secret menu to switch to"HDMI 4K Enhanced" mode, which enables 10-bit/12-bit support. In order to turn this feature on I have to go to the physical unit, while holding the BD/DVD input button also press the power button twice, then go back to the input I was on originally. This is turned on for the whole unit and not just for a single input. There is no way to do this from the remote.
My Chromecast with Google TV in HDR mode only outputs YCbCr4:2:2 12 bit at 60 Hz, while my PC in HDR mode can only spit out YCbCr4:2:0 8 bit at 60 Hz. When the receiver is in enhanced mode I can only view my Google TV however the input my PC is on just displays a blue screen. I can switch back to standard mode which makes my PC work, but then my Google TV switches to non-HDR with no option to switch it back to HDR.
It would be great if I could issue commands from this library to switch these modes and then just automate turning it on and off. I dug around this project but haven't found anything that would be related to this option. Could this be added?
Thank you.
The text was updated successfully, but these errors were encountered: