ADLINK Technology RTV Series User Manual page 96

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

Advertisement

DriverVersion:
Indicate the current version of AngeloRTV driver. This parameter
is a pointer to an integer array with length 4.
DLLVersion:
Indicate the current version of AngeloRTV.dll file. This parameter
is a pointer to an integer array with length 4.
@ Return Code
0: ERROR_NoError
-2: ERROR_Card_Not_Exist – make sure the Angelo series
card is plugged into the system, check the device manager
to make sure the device is loaded, and the "PortNo" param-
eter is valid.
-3: ERROR_Card_Not_Accessible – make sure the Angelo
series card is plugged into the system, check the device
manager to make sure the device is loaded, and the
"PortNo" parameter is valid.
-12: ERROR_CPLD_Check_Failed – Power off the com-
puter and power on again.
@ Example
<VC/BCB >
AngeloRTV_Initial –
I16 Result;
for(int PortNo= 0 ; PortNo <4;PortNo++)
Result = AngeloRTV_Initial (PortNo);
AngeloRTV_Cose –
I16 Result;
for(int PortNo= 0 ; PortNo <4;PortNo++)
Result = AngeloRTV_Cose (PortNo);
AngeloRTV_Software_Reset–
I16 Result;
for(int PortNo= 0 ; PortNo <4;PortNo++)
Result = AngeloRTV_Software_Reset (PortNo);
AngeloRTV_Read_Serial–
int Result;
int CardNo = 0;
unsigned long HighByte = 0, LowByte = 0;
Result = AngeloRTV_Read_Serial(CardNo, &HighByte,
&LowByte);
AngeloRTV_Get_Version –
86
Function Library

Advertisement

Table of Contents
loading

Table of Contents