VideoDynamicRangeConstraint

interface VideoDynamicRangeConstraint

A constraint to set TargetDynamicRange for Video Streams (e.g. CameraVideoOutput).

See

CommonDynamicRanges

Examples

Any HDR range

{ videoDynamicRange: CommonDynamicRanges.ANY_HDR }

HDR HLG BT2020

{ videoDynamicRange: { bitDepth: 'hdr-10-bit', colorSpace: 'hlg-bt2020', colorRange: 'full' } }

Properties

videoDynamicRange

videoDynamicRange: TargetDynamicRange

On this page