ADLINK PCIe-2602 User Manual

Page 76

Advertising
background image

66

DirectShow Programming Guide

&id, sizeof(ULONG), &dwReturn);

6. CUSTOM_PROPERTY_GET_CHANNEL_NUMBER

The property allows acquisition of the hardware channel num-
ber with value 0 for SDI channel 0 and 1 for SDI channel 1.

EXAMPLE:

ULONG Number;

DWORD dwReturn;

m_pKsPropertySet->Get( PROPSETID_AVS260X_CUSTOM,

CUSTOM_PROPERTY_GET_FIRMWARE_VERSION,

NULL, 0,

&Number, sizeof(ULONG), &dwReturn);

7. CUSTOM_PROPERTY_XET_SENSOR_FORMAT

The property allows setting or retrieval of the sensor format,
with supported formats of:

Format

Resolution

Value

525i 29.97/30 fps

720x486

0

625i 25 fps

720x576

1

720p 24 fps

1280x720

2

720p 25 fps

1280x720

3

720p 30 fps

1280x720

4

720p 50 fps

1280x720

5

720p 59.94/60 fps

1280x720

6

1080i 25 fps

1920x1080

7

1080i 29.97/30 fps

1920x1080

8

1080p 23.98/24 fps

1920x1080

9

1080p 25 fps

1920x1080

10

Advertising