GetCurrentImageWithTimestamps

Gets the current available image (first in receive queue) and corresponding timestamps.

Syntax

Definition:

HRESULT GetCurrentImageWithTimestamps(
    ITcVnImage*&    ipImage,
    ULONGLONG       nTimestamps,
    LONGLONG*       pTimestamps,
    GVSP_IMAGE_INFO& stGvspInfo
)

Parameters

Name

Type

Description

ipImage

ITcVnImage*&

Returns the image

nTimestamps

ULONGLONG

Select timestamps to return (ETcVnTimestamp)

pTimestamps

LONGLONG*

Returns the requested timestamps (make sure to provide an array of sufficient size).

stGvspInfo

GVSP_IMAGE_INFO&

Returns the GVSP info

GetCurrentImageWithTimestamps 1: Return value

HRESULT