ICP DAS USA IM-30 Camcorder User Manual


 
IMC_LiveAcquisition_Stop
Syntax:
Visual C++ 6.0 / Boland C++ Builder 6.0:
short IMC_LiveAcquisition_S _Handle); top ( HANDLE Camera
IMC_LiveAcquisition_Stop (ByVal Camera_Handle As Long) As Integer
C#.NET 2003
Mavis.IMC_LiveAcquisition_Stop( IntPtr Camera_Handle );
Description:
This function ends the thread created by IMC_Live_Acquire() and then stops the
Image Acquisition.
Parameters:
Camera_Handle The handle for the MAVIS camera, use the handle gotten from the
pHandle’ parameter of IMC_Camera_Init().
Return:
ERROR_SUCCESSFUL Successfully
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.
ERROR_ACQUIMAGE_STOP Fail to stop the image acquisition.
Visual Basic 6.0
- 66 -