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

ITcVnImage**

Pointer to the interface pointer to be returned, might be 0 if the image acquisition failed.

stGvspInfo

GVSP_IMAGE_INFO&

Contains useful meta information like image id, time stamp etc.

GetCurrentImageWithGvspInfo 1: Return value

HRESULT