GetTimestamps

GetTimestamps 1:

Get selected image timestamps.

Syntax

Definition:

METHOD GetTimestamps : HRESULT
VAR_INPUT
    nTimestamps : ULINT;
    nArraySize  : UDINT;
    pTimestamps : Pointer To LINT;
END_VAR

 Inputs

Name

Type

Description

nTimestamps

ULINT

Select timestamps to return (combine several ETcVnTimestamp values with bitwise OR)

nArraySize

UDINT

pTimestamps array size (number of elements)

pTimestamps

Pointer To LINT

Returns the requested timestamps, ordered ascending by their ETcVnTimestamp value (make sure to provide an array of sufficient size).

 Return value

HRESULT