GetCurrentImageWithGvspInfo
Gets the current image by detaching its internal reference and additionally provide the GVSP info.
Syntax
Definition:
HRESULT GetCurrentImageWithGvspInfo(
ITcVnImage** pipImage,
GVSP_IMAGE_INFO& stGvspInfo
)
Parameters
Name |
Type |
Description |
---|---|---|
pipImage |
Pointer to the interface pointer to be returned, might be 0 if the image acquisition failed. | |
stGvspInfo |
Contains useful meta information like image id, time stamp etc. |