adamkaz
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2018
07:06 AM
BUG: getDisplayProperties returning incorrect HDR value
I've noticed on my Roku Ultra (4640X, 8.0.1 build 4042-29), when set to "4K HDR 30Hz TV" the suggested hdr10 property returns false. When set to 60Hz, it returns true.
I believe both these modes should return true. Am I missing something here?
Function canPlayHDR() as Boolean
dev_info = createObject("roDeviceInfo")
return dev_info.getDisplayProperties().hdr10
End Function
I believe both these modes should return true. Am I missing something here?
1 REPLY 1

coopdaddyswag
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2018
03:53 PM
Re: BUG: getDisplayProperties returning incorrect HDR value
I am getting something similar. Trying to detect SD vs HD and I keep receiving HD. Did you figure out a solution?