TVideoGrabber.DVRgb219

Prev

Next

TVideoGrabber

Properties

 




































































































Disables the DV color range stretching.


Declaration
property DVRgb219: Boolean read GetDVRgb219 write SetDVRgb219 default DEF_DVRgb219;


__property bool DVRgb219=read=GetDVRgb219, write=SetDVRgb219, default=0


Property DVRgb219 As Boolean

Description

Used to disable the color range stretching of DV video streams going through the DV decoder.
The DV video format has a dynamic range of 16-235. By default, when the DV Video Decoder decodes to 24-bit or 32-bit RGB, by stretching the color range from to 0-255.
In RGB-219 mode, the decoder does not stretch the color range.
This property can be used only if the current video capture device source is DV (IsDigitalVideoIn returns true).


See Also
TDVSize TDVVideoFormat TDVVideoStandard TOnDVCommandCompleted DVDateTimeEnabled DVDiscontinuityMinimumInterval DVRecordingInNativeFormatSeparatesStreams DVReduceFrameRate DVTimeCodeEnabled IsDigitalVideoIn IsDVCommandAvailable IsTimeCodeReaderAvailable OnDVCommandCompleted SendDVCommand