106
Programming Guide
5.4
Proprietary Interfaces
The proprietary interfaces are dedicated to ADLINK HDV62 Video
Capture filter that they are not the standard interfaces of Direct-
Show. They are kind of COM interfaces and can be got from
ADLINK HDV62 Video Capture filter by call IBaseFilter::Query-
Interface routine.
5.4.1
IVideoFormat
IVideoFormat provides methods to select sensor format, select
output format, horizontal delay, and set video cropping.
5.4.1.1 Sensor Format
Purpose
These functions read or write source format of CCD sensor includ-
ing video standard, resolution, and frame rate.
Prototype
C/C++
HRESULT WriteSensorFormat (UINT Format)
HRESULT ReadSensorFormat (UINT *Format)
C#
int WriteSensorFormat (uint Format)
int ReadSensorFormat (out uint Format)
VB.Net
WriteSensorFormat (ByVal Format As UInteger) As
Integer
ReadSensorFormat (ByRef Format As UInteger) As
Integer
Parameters
Format
The format of source sensor. Following are possible values
fort different crossbar input:
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...