Advantech DVP-7020BE User Manual page 60

16 channel pci-bus surveillance capture card
Table of Contents

Advertisement

2.5.10 AdvDVP_GetVideoFormat
Syntax
int AdvDVP_GetVideoFormat(int nDevNum,
AnalogVideoFormat* vFormat)
Parameters
nDevNum:
Vformat:
typedef enum tagAnalogVideoFormat
{
Video_None
Video_NTSC_M
Video_NTSC_M_J
Video_PAL_B
Video_PAL_M
Video_PAL_N
Video_SECAM_B = 0x00001000
} AnalogVideoFormat;
Return Value
SUCCEEDED:
FAILED:
SDKINITFAILED:
DEVICENUMERROR: Invalid device number.
PARAMERROR:
Description
This function gets video input format of a specified
capture port.
See Also
AdvDVP_SetVideoFormat
Specifies the device number(0~3).
A pointer to get video format.
= 0x00000000,
= 0x00000001,
= 0x00000002,
= 0x00000010,
= 0x00000200,
= 0x00000400,
Function succeeded.
Function failed.
SDK not initialized.
Invalid parameter.
60
DVP-7020BE User's Manual

Advertisement

Table of Contents
loading

Table of Contents