ADLINK PCIe-2602 User Manual

Page 47

Advertising
background image

Function Library

37

PCIe-2602-FLR

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

to 31.

Return Value

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

Acquisition Stop

Terminates video frame and audio data capture.

Syntax

C/C++

int Sdi_AcquisitionStop (UINT Number)

C#

int AcquisitionStop (UINT Number)

VB.Net

AcquisitionStop (ByVal Number as UInteger) As

Integer

Parameter(s)

Number

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

to 31.

Return Value

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

One Shot

Acquires a single video frame image within a specific time,

as an independent function which cannot be used with Acquis-
tionStart, Callback, or Event. When complete without errors,
calling GetImageStream retrieves the frame image pointer.

Syntax

C/C++

int Sdi_OneShot (UINT Number, UINT Timeout)

Advertising