Programming Guide
101
5.3.2
Use COM interfaces
Use the methods of IAMVideoProcAmp interface of standard
DirectShow Interface to get or set the qualities of an incoming
video signal, such as contrast, saturation… etc. Other interfaces
please refer to DirectX SDK help and next section.
// pFilter points to an ADLINK HDV62 Video Capture
filter
IAMVideoProcAmp *pAmp;
HRESULT hr;
long contrast, flags;
hr = pFilter->QueryInterface(IID_IAMVideoProcAmp,
(void **)&pAmp);
if (SUCCEEDED(hr))
{
pAmp->Get(VideoProcAmp_Contrast, &contrast,
&flags);
pAmp->Release();
}
Содержание HDV62
Страница 11: ...vi List of Figures...
Страница 25: ...14 Installation Guide...
Страница 26: ...Installation Guide 15...
Страница 27: ...16 Installation Guide 4 Click next until driver installation is complete...
Страница 105: ...94 Programming Guide Video Proc Amp...
Страница 143: ...132 ViewCreatorPro Utility 6 2 Component Description Launch ViewCreatorPro and you can see the following view...
Страница 153: ...142 ViewCreatorPro Utility View menu Device Hide or unhide Devices panel Adjustment Hide or unhide Adjustment panel...
Страница 163: ...152 ViewCreatorPro Utility...