ADLINK PCIe-2602 User Manual

Page 46

Advertising
background image

36

Function Library

GetAcquisitionFrameCount (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

The frame count to be captured, from among:

0: Capture until

AcquisitionStop

is called.

> 0: Acquires the desired frame count, and when reached,

changes acquisition status to 0 (stopped), where

AcquisitionStop

must be called to stop acquisition.

Return Value

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

Acquisition Start

Initiates video frame and audio data capture.

Syntax

C/C++

int Sdi_AcquisitionStart (UINT Number)

C#

int AcquisitionStart (uint Number)

VB.Net

AcquisitionStart (ByVal Number as UInteger) As

Integer

Parameter(s)

Number

Advertising