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