1

I'm wondering if it's possible to check to luminance range of my monitor. I know that there are external device to measure it, but I'd like only to read in some window this characteristic, i. e. nominal values.


EDIT: I tried to find the display model by using MonitorInfoView, but without any success.

enter image description here

1 Answers1

1

There's no standardized way displays could indicate that to hosts, at least for non-HDR displays.

Your best bet is reading display model from EDID and looking up its specs online.

I think HDR displays can indicate their maximum brightness capabilities, but that wouldn't be what the display uses unless you're displaying HDR-compatible media.

gronostaj
  • 58,482