VideoFormatDesc::isROIFormat Method

Returns whether this VideoFormatDesc describes a ROI format.
Syntax:
bool    isROIFormat() const;
Return value:

If true, setting a video format smaller than the maximum size will create a region of interest (ROI). If false is returned, video formats smaller than the maximum size show a scaled down image.

See also: VideoFormatDesc

<< VideoFormatDesc