ADLINK PCIe-2602 User Manual

Page 37

Advertising
background image

Function Library

27

PCIe-2602-FLR

Detected Output Format

Acquires the output format of the currently selected video

channel, reading back color space from the source input.

Syntax

C/C++

int Sdi_GetDetectedOutputFormat(UINT Number,

int& Format)

C#

int GetDetectedOutputFormat (uint Number, out

int Format)

VB.Net

GetDetectedOutputFormat (ByVal Number as UIn-

teger, ByRef Format As Integer) As Integer

Parameter(s)

Number

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

to 31.

Format

Read-back format of video sensor as defined in Output For-

mat, with format set as -1 if no sensor is detected or sensor for-
mat is not supported. Please see Specification section in
PCIe-2602 User’s Manual for a list of supported sensors.

Output format can be detected only if the input sensor con-

forms to SMPTE 352M.

Return Value

No error occurs if return value ≥ 0; if a negative value,

please refer to Other Functions for return code error informa-
tion.

Advertising