ICP DAS USA IM-30 Camcorder User Manual


 
IMC_LUT_Write
Syntax:
Visual C++ 6.0 / Boland C++ Builder 6.0:
short IM
C_LUT_Write( HANDLE Camera_Handle, unsigned long* pStartAddr);
dr
Successfully
Visual Basic 6.0
IMC_LUT_Write (ByVal Camera_Handle As Long, ByRef pStartAddr As Long) As
Integer
C#.NET 2003
Mavis. IMC_LUT_Write( IntPtr Camera_Handle, Int32[] pStartAddr );
Description:
This function can modify the content of camera Lookup Table. The
IMC_LUT_SetStatus () should be called before calling this function. The camera
IMC_Camera_Init().
needs be initialized with
Parameters:
Camera_Handle The handle for MAVIS camera. Use the handle gotten from the
pHandle’ parameter of IMC_Camera_Init().
pStartAd The memory start address point of Lookup Table.
Return:
ERROR_SUCCESSFUL
ERROR_CAMERA_CREATE The Camera_Handle is NULL.
ERROR_DEVICE_UNINIT The specific camera has not been
initialized.
ERROR_INVALID_CAMERA The handle is invalid.
- 96 -