ADLINK Technology RTV Series User Manual page 135

Multi-channel real-time video frame grabber series
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents