HDRMode Property

Applies To
Vision Sequence

Description
Displays the captured image as the HDR (High Dynamic Range) image.

Usage

VGet  Sequence.HDRMode, var
VSet  Sequence.HDRMode, value
Sequence
Name of a sequence or string variable containing a sequence name.
var
Boolean variable that will contain the value of the property
value
Boolean value or expression for the new value of the property.

Values

  • 0 - False: Displays the normal image.
  • -1 - True: Displays the HDR image.

Default: False

Remarks
Displays the captured image as the HDR (High Dynamic Range) image. Brightness of the HDR image can be adjusted in the ExposureTime property.

See Also
ExposureTime Property