react-native-vision-cameraVariables
CommonDynamicRanges
const CommonDynamicRanges: objectCommon Dynamic Ranges for the Camera.
Type Declaration
ANY_HDR
readonly ANY_HDR: objectAny HDR profile, preferrably 10-bit HLG_BT2020.
ANY_HDR.bitDepth
readonly bitDepth: "hdr-10-bit" = 'hdr-10-bit'ANY_HDR.colorRange
readonly colorRange: "full" = 'full'ANY_HDR.colorSpace
readonly colorSpace: "hlg-bt2020" = 'hlg-bt2020'ANY_SDR
readonly ANY_SDR: objectAny SDR profile, preferrably 8-bit sRGB.
ANY_SDR.bitDepth
readonly bitDepth: "sdr-8-bit" = 'sdr-8-bit'ANY_SDR.colorRange
readonly colorRange: "full" = 'full'ANY_SDR.colorSpace
readonly colorSpace: "srgb" = 'srgb'