Skip to content

FrameGrabberCurrentRGBFormat

property, read-only

Delphi
property FrameGrabberCurrentRGBFormat: TFrameGrabberRGBFormat read GetFrameGrabberCurrentRGBFormat;
C++Builder
__property TFrameGrabberRGBFormat FrameGrabberCurrentRGBFormat = {read=GetFrameGrabberCurrentRGBFormat, nodefault};
C#
public TFrameGrabberRGBFormat FrameGrabberCurrentRGBFormat { get; }
VB.NET
Public ReadOnly Property FrameGrabberCurrentRGBFormat As TFrameGrabberRGBFormat
C++/Qt
TFrameGrabberRGBFormat GetFrameGrabberCurrentRGBFormat ();

Retrieves the current RGB format of the frame grabber. Useful mainly when the frame grabber has no specified RGB format (FrameGrabberRGBFormat = fgf_Default), to retrieve the current RGB format in use after invoking StartPreview, StartRecording or OpenPlayer.