ADLINK PCIe-2602 User Manual

Page 50

Advertising
background image

40

Function Library

Acquisition Statistics

Acquires the number of frames captured since Acquisition

Start.

Syntax

C/C++

int Sdi_GetAcquisitionStatistics (UINT Number,

UINT &Count)

C#

int GetAcquisitionStatistics (uint Number, out

uint Count)

VB.Net

GetAcquisitionStatistics (ByVal Number as UIn-

teger, ByRef Count as UInteger) As Integer

Parameter(s)

Number

The number of the SDI channel, with allowed values from 0

to 31.

Count

Total amount of frames captured.

Return Value

No error occurs if return value ≥ 0; if a negative value, please refer
to Other Functions for return code error information.

Sensor Status

Determines whether the device is connected to a compati-

ble sensor.

Syntax

C/C++

int Sdi_GetSensorStatus (UINT Number, UINT&

Locked)

C#

Advertising