FrameGrabberRGBFormat
Delphi
property FrameGrabberRGBFormat: TFrameGrabberRGBFormat read GetFrameGrabberRGBFormat write SetFrameGrabberRGBFormat default DEF_FrameGrabberRGBFormat;
C++Builder
__property TFrameGrabberRGBFormat FrameGrabberRGBFormat = {read=GetFrameGrabberRGBFormat, write=SetFrameGrabberRGBFormat, default=0};
C#
public TFrameGrabberRGBFormat FrameGrabberRGBFormat { get; set; }
VB.NET
Public Property FrameGrabberRGBFormat As TFrameGrabberRGBFormat
C++/Qt
TFrameGrabberRGBFormat GetFrameGrabberRGBFormat ();
void SetFrameGrabberRGBFormat (TFrameGrabberRGBFormat Value);
Format of the video frames captured by CaptureFrameTo or in burst mode.
Remarks
Used to specify the RGB format (see TFrameGrabberRGBFormat ) of the frame grabber. This is the RGB format used for frame capture, and also for text and graphics overlays. the format is fgf_Default (TVideoGrabber chooses the best RGB format), the real RGB format in use will be returned by the FrameGrabberCurrentRGBFormat property.