ICP DAS USA IM-100 Camcorder User Manual


 
IMC_Shutter_Set
Syntax:
Visual C++ 6.0 / Boland C++ Builder 6.0:
short IMC_Shutter_Set ( HANDLE Camera_Handle, int ShutterValue);
Visual Basic 6.0
I
I
M
T
p
ERROR_INAVLID_VALUE The invalid Shutter-Time value
MC_Shutter_Set (ByVal Camera_Handle As Long, ByVal ShutterValue As Long) As
nteger
C#.NET 2003
avis.IMC_Shutter_Set( IntPtr Camera_Handle, int ShutterValue );
Description:
This function updates the setting of Shutter Time. The camera needs be initialized
with IMC_Camera_Init().
Parameters:
Camera_Handle he handle for MAVIS camera, use the handle gotten from the
Handle’ parameter of IMC_Camera_Init().
ShutterValue The Shutter-Time value with valid range from 20 to 81900. (Timing
unit in microsecond)
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.
- 70 -