Function Library
125
U32 Size_Byte = 640*480*3;
U8* Dest_Address =NULL;
Dest_Address = (U8*)malloc(Size_Byte );
Result = AngeloRTV_Copy_Frame (PortNo,
Dest_Address, Size_Byte);
AngeloRTV_Get_Frame
I16 Result;
U16 PortNo = 0;
U32 Size_Byte,Width,Height ;
U32 StrAddr ;
Result = AngeloRTV_Get_Frame(PortNo,&StrAddr,
&Width, &Height,&Size_Byte);
AngeloRTV_Save_File
I16 Result;
U16 PortNo = 0;
U8 File_Format = 2;
U32 nQuality = 25;
Result = AngeloRTV_Save_File(PortNo,”Image.jpg”,
File_Format, nQuality);
< Visual Basic >
AngeloRTV_Copy_Frame
Dim Result As Integer
Dim PortNo As Integer
Dim Size_Byte As Long
Dest_Address( ) As Byte
PortNo = 0
Size_Byte =640*480*3
ReDim Dest_Address(0 To Size_Byte - 1) As Byte
Result = AngeloRTV_Copy_Frame (PortNo,
Dest_Address(0), Size_Byte);
AngeloRTV_Get_Frame
Dim Result As Integer
Dim PortNo As Integer
Dim Size_Byte As Long
Dim StrAddr As Long
Dim Width as Long,Height As Long
PortNo = 0
Result = AngeloRTV_Get_Frame( ByVal PortNo,
Str_Add, Width, Height, Size_Byte)
AngeloRTV_Save_File
Dim Result As Integer
Dim File_Format as Byte
Dim nQuality as Long
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 ...