I am using below code to check hdr compatibility
var displayInfo = DisplayInformation.GetForCurrentView();
var colorInfo = displayInfo.GetAdvancedColorInfo();
var isHDRSupported = colorInfo.IsHdrMetadataFormatCurrentlySupported(HdrMetadataFormat.HDR10);
I have hdr display screen but that code always returns false though it is an HDR scree. Please suggest some solution.
Thanks in advance.