3 color space, Color space – ADLINK PCIe-2602 User Manual

Page 68

Advertising
background image

58

DirectShow Programming Guide

OleCreatePropertyFrame(

NULL, // Parent window

0, // x (Reserved)

0, // y (Reserved)

FilterInfo.achName, // Caption for the dialog box

1, // Number of filters

(IUnknown **)&m_pFilter, // Pointer to the filter

caGUID.cElems, // Number of property pages

caGUID.pElems, // Pointer to property page CLSIDs

0, // Locale identifier

0, // Reserved

NULL // Reserved

);

CoTaskMemFree(caGUID.pElems);

}

3.3

Color Space

ADLINK SDI Capture supports the following color spaces:

(‘x’ indicates an ignored bit)

MEDIASUBTYPE_YUY2 - 16bit YCbCr 4:2:2 – 8bit Y + 8bit Cb/Cr

MEDIASUBTYPE_YUV8 - 24bit YCbCr 4:4:4 – 8bit Y + 8bit Cb + 8bit Cr

8.5

Pixel Data [31:0]

[31:24]

[23:16]

[15:8]

[7:0]

dw0

Cr

Y

Cb

Y

Advertising