User`s manual

66 Reference Manual
TCFGSYSTEM Structure
The TCFGSYSTEM structure describes settings of the sensor
(image sensor or video decoder) being used to capture video
and some general settings of the MPEG4 chip.
Syntax
typedef struct
{
TCFG_HEADER header;
TV_STANDARDtv_standard;
long framerate;
long sensor_h;
long sensor_v;
char format;
char pformat;
char sensor_656_mode;
char valid_enable;
char valid_polar;
char href_polar;
char vref_polar;
char field_id_polar;
char sensor_bit_width;
char hv_resync_enable;
long reserved;
} TCFGSYSTEM;