
Grabber::getActiveMemBuffer Method [Deprecated] |
||
| Returns the MemBuffer to which the current image is grabbed. | ||
| Syntax: | tMemBufferPtr getActiveMemBuffer() const;
|
|
| Return value: | A pointer to the currently active memory buffer, or 0 if no buffer is active. |
|
| Remarks: | This method returns the currently active memory buffer. This is the buffer with the most recent complete frame. This method returns 0, if there is currently no buffer active. |
|
| Information: | This method is deprecated since version 3.0. | |
| See also: | Grabber, Grabber::getActiveMemBufferCollection, Grabber::setActiveMemBufferCollection, Grabber::tMemBufferPtr | |