
Function Library
95
This parameter value is the number of lines to skip before the first
line of the active video image.
FormatValue:
If the return value of this parameter is 0 that means there is no
video signal input. And if the value is 1 or 2, the video format of the
port is NTSC. Otherwise, if the value is 3, 4 or 5, the video format
of the port is PAL.
@ Example
<VC/BCB >
AngeloRTV_Set_Image_Config –
AngeloRTV_Get_Image_Config –
I16 Result;
I16 PortNo = 0;
U8 ConfigIndex = 0;
U8 Value = 128;
Result = AngeloRTV_Set_Image_Config (PortNo,
ConfigIndex, Value);
Result = AngeloRTV_Get_Image_Config (PortNo,
ConfigIndex, &Value);
AngeloRTV_Set_Color_Format –
AngeloRTV_Get_Color_Format –
AngeloRTV_Set_Video_Format –
AngeloRTV_Get_Video_Format –
I16 Result;
I16 PortNo = 0;
U8 VideoFormat = 0;
U8 ColorFormat = 3;
Result = AngeloRTV_Set_Color_Format(PortNo,
ColorFormat);
Result = AngeloRTV_Get_Color_Format(PortNo,
&ColorFormat);
Result = AngeloRTV_Set_Video_Format(PortNo,
VideoFormat);
Result = AngeloRTV_Get_Video_Format(PortNo,
&VideoFormat);
AngeloRTV_Set_Image_Geometric –
I16 Result;
I16 PortNo = 0;
U32 X_Active = 600;
U32 Y_Active = 400;
U32 X_Offset = 40;
Summary of Contents for cRTV-24
Page 4: ......
Page 8: ...List of Tables iv Table 5 2 C C Data Types 83 Table 5 3 Pixel Data 122 ...
Page 10: ......
Page 18: ...8 Introduction ...
Page 34: ...24 Hardware Reference Figure 2 8 STRG Address Jumpers ...
Page 55: ...Installation Guide 45 Figure 3 2 cRTV 24 3U cPCI ...
Page 61: ...Installation Guide 51 ...
Page 62: ...52 Installation Guide ...
Page 64: ...54 Installation Guide The Device Manager should be as follows ...
Page 67: ...Installation Guide 57 ...
Page 68: ...58 Installation Guide 3 When the following window appears please click Con tinue Anyway ...
Page 70: ...60 Installation Guide The Device Manager should be as follows ...
Page 72: ...62 Installation Guide 3 Click the Finish button to finish the installation ...
Page 76: ...66 Installation Guide ...
Page 144: ...134 Function Library ...
Page 174: ...164 Programming Guide ...