Function Library
103
Memory size in bytes.
@ Return Code
0: ERROR_NoError
-7: ERROR_Not_Initialized – Make sure the port has been
initialized by “AngeloRTV_Initial”.
-9: ERROR_Invalid_PortNo – Please input the correct
“PortNo” parameter.
@ Example
<VC/BCB >
AngeloRTV_Capture_Config –
AngeloRTV_Capture_Start –
AngeloRTV_Sync_Grab –
AngeloRTV_Capture_Stop –
I16 Result;
U16 PortNo = 0;
U32 CaptureNo = 0xFFFFFFFF;
U32 Start_Field = 0;
U32 StrAddr;
U32 Width, Height, Size_Byte;
Result = AngeloRTV_Capture_Config (PortNo,
Start_Field);
Result = AngeloRTV_Capture_Start (PortNo,
CaptureNo);
Result = AngeloRTV_Sync_Grab (PortNo, &StrAddr,
&Width, &Height, &Size_Byte);
Result = AngeloRTV_Capture_Stop (PortNo);
< Visual Basic >
AngeloRTV_Capture_Config –
AngeloRTV_Capture_Start –
AngeloRTV_Sync_Grab –
AngeloRTV_Capture_Stop –
Dim Result As Integer
Dim PortNo As Integer
Dim CaptureNo As Long
Dim Start_Field As Long
Dim StrAddr As Long
Dim Width as Long, Height As Long, Size_Byte As
Long
PortNo = 0
CaptureNo = &HFFFFFFFF
Start_Field = 0
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 ...