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 |
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 |
Returns the GVSP info |