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();
}
Summary of Contents for HDV62
Page 11: ...vi List of Figures...
Page 25: ...14 Installation Guide...
Page 26: ...Installation Guide 15...
Page 27: ...16 Installation Guide 4 Click next until driver installation is complete...
Page 105: ...94 Programming Guide Video Proc Amp...
Page 163: ...152 ViewCreatorPro Utility...