CommonDynamicRanges

const CommonDynamicRanges: object

Common Dynamic Ranges for the Camera.

Type Declaration

ANY_HDR
ANY_HDR: object

Any HDR profile, preferrably 10-bit HLG_BT2020.

ANY_HDR.bitDepth
bitDepth: "hdr-10-bit" = 'hdr-10-bit'
ANY_HDR.colorRange
colorRange: "full" = 'full'
ANY_HDR.colorSpace
colorSpace: "hlg-bt2020" = 'hlg-bt2020'
ANY_SDR
ANY_SDR: object

Any SDR profile, preferrably 8-bit sRGB.

ANY_SDR.bitDepth
bitDepth: "sdr-8-bit" = 'sdr-8-bit'
ANY_SDR.colorRange
colorRange: "full" = 'full'
ANY_SDR.colorSpace
colorSpace: "srgb" = 'srgb'