Grabber::getAcqSizeMaxY Method |
||
Returns the height in pixels of the currently selected video format. | ||
Syntax: | long getAcqSizeMaxY() const; |
|
Return value: | The height 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 height of the image that will be rendered by the display, the method Grabber::getVideoDataDimension should be called. |
|
See also: | Grabber, Grabber::getAcqSizeMaxX, VideoFormatItem::getSize, Grabber::getVideoDataDimension |