193SDK (Software development Kit)
© 2010 Thorlabs
Input Parameters
Pointer to the camera handle
When you call this function, the pointer value has the following
meaning:
0: The first available camera will be initialized or selected.
1-254: The camera with the specified camera ID will be
initialized or selected.
The camera is opened using the device ID instead of the
camera ID. For details on device ID please refer to the
is_GetCameraList() chapter.
phf |
IS_ALLOW_STARTER_FW_UPLOAD
During initialization of the camera, this parameter checks
whether a new version of the starter firmware is required. If it is,
the new starter firmware is updated automatically (Not for
Thorlabs DCx cameras).
To ensure backward compatibility of applications, always call
is_InitCamera() without the IS_ALLOW_STARTER_FW_UPLOAD
parameter first. Only if an error occurs, call the function with
this parameter set (see Code Sample below).
Pointer to the window where the Direct3D image will be
displayed
If hWnd = NULL, DIB mode will be used for image display.
Return Values
Function executed successfully
IS_STARTER_FW_UPLOAD_NEEDED
The camera's starter firmware is not compatible with the driver
and needs to be updated.
Related Functions
is_ExitCamera()
is_EnableAutoExit()
is_GetCameraList()
is_SetCameraID()
is_GetCameraInfo()
is_GetDuration() (not for Thorlabs DCx cameras)
is_SetStarterFirmware() (not for Thorlabs DCx cameras)
157
194
143
139
157
236
155