DirectShow Programming Guide
65
HDV62A
ADLINK HDV62A Crossbar
The ADLINK HDV62A Crossbar filter, implementing an IAM-
Crossbar interface, routes signals from an analog or digital
source to a video capture filter.
// pFilter points to an ADLINK HDV62A Crossbar fil-
ter
IAMCrossbar *pXbar;
HRESULT hr;
hr = pFilter->QueryInterface(IID_IAMCrossbar, (void
**)&pXbar);
if (SUCCEEDED(hr))
{
// Route from input 1 to output 0
pXbar->Route(0, 1);
pXBar->Release();
}
3.3
Color Space
ADLINK HDV62A Video Capture supports the following color
spaces:
(‘x’ indicates an ignored bit)
MEDIASUBTYPE_RGB24 – 8bit R + 8bit G + 8bit B
DWORD
Pixel Data [31:0]
[31:24]
[23:16]
[15:8]
[7:0]
dw0
B1
R0
G0
B0
dw1
G2
B2
R1
G1
dw2
R3
G3
B3
R2
Summary of Contents for HDV62A
Page 8: ...viii Table of Contents This page intentionally left blank ...
Page 10: ...x List of Figures This page intentionally left blank ...
Page 12: ...xii List of Tables This page intentionally left blank ...
Page 23: ...Introduction 11 HDV62A 1 6 Switch Settings Figure 1 6 Switch Locations on PCB B B A ...
Page 32: ...20 Introduction This page intentionally left blank ...
Page 36: ...24 Getting Started 4 Select Next until driver installation is completed ...
Page 39: ...Getting Started 27 HDV62A 8 Select Yes to restart the system ...
Page 47: ...Getting Started 35 HDV62A ...
Page 62: ...50 Getting Started This page intentionally left blank ...
Page 69: ...DirectShow Programming Guide 57 HDV62A Figure 3 3 Audio Format Dialog ...
Page 70: ...58 DirectShow Programming Guide Figure 3 4 Video Proc Amp Dialog ...
Page 71: ...DirectShow Programming Guide 59 HDV62A Figure 3 5 Video Decoder Dialog ...
Page 106: ...94 EDID Default Settings This page intentionally left blank ...