ICP DAS USA IM-100 Manual Do Utilizador

Página de 109
IMC_Brightness_Get 
tnessValue); 
C#.N
Mavis.IMC_Brightness_Get( IntPtr Camera_Handle, IntPtr pBrightnessValue ); 
 current setting of Brightness. The camera needs be initialized 
ith IMC_Camera_Init(). 
Camera_Handle 
dle gotten from the 
BrightnessValue 
The pointer to integer that contains the Brightness value 
 
s not been initialized. 
 
Syntax: 
Visual C++ 6.0 / Boland C++ Builder 6.0: 
short IMC_Brightness_Get ( HANDLE Camera_Handle, int* pBrigh
Visual Basic 6.0 
IMC_Brightness_Get (ByVal Camera_Handle As Long, ByRef  pBrightnessValue As 
Long) As Integer 
ET 2003 
 
 
Description: 
This function gets the
w
 
Parameters: 
The handle for MAVIS camera, use the han
pHandle’ parameter of IMC_Camera_Init(). 
p
 
Return: 
ERROR_SUCCESSFUL Successfully 
ERROR_CAMERA_CREATE
The Camera_Handle is NULL. 
ERROR_DEVICE_UNINIT 
The specific camera ha
ERROR_INVALID_CAMERA
The handle is invalid. 
 
 - 
73