Grabber::getAcqSizeMaxX Method

Returns the width in pixels of the currently selected video format.
Syntax:
long getAcqSizeMaxX() const;
Return value:

The width in pixels.

Remarks:

This method was used in early versions of the library. Now, the VideoFormatItem::getSize method should be used instead. In order to determine the width of the image that will be rendered by the display, the method Grabber::getVideoDataDimension should be called.

See also: Grabber, Grabber::getAcqSizeMaxY, VideoFormatItem::getSize, Grabber::getVideoDataDimension

<< Grabber