THORLABS DCU223x Operation Manual And Sdk page 199

Cdd and cmos cameras
Hide thumbs Also See for DCU223x:
Table of Contents

Advertisement

BYTE
reserved[208]
Contents of the IS_DEVICE_INFO::IS_DEVICE_INFO_CONTROL structure
DWORD
BYTE
Return values
IS_INVALID_PARAMETER
IS_IO_REQUEST_FAILED
IS_SUCCESS
Related functions
is_GetCameraList()
Example 1
// The camera has the device ID 1
UINT nDeviceId = 1;
IS_DEVICE_INFO deviceInfo;
memset(&deviceInfo, 0, sizeof(IS_DEVICE_INFO));
INT nRet = is_DeviceInfo((HIDS)(nDeviceId | IS_USE_DEVICE_ID),
if
(nRet == IS_SUCCESS)
{
WORD wTemperature = deviceInfo.infoDevHeartbeat.wTemperature;
}
© 2013 Thorlabs GmbH
dwDeviceId
reserved[148]
233
IS_DEVICE_INFO_CMD_GET_DEVICE_INFO,
(void*)&deviceInfo, sizeof(deviceInfo));
reserved
Internal device ID of the camera
reserved
One of the submitted parameters is outside the valid
range or is not supported for this sensor or is not
available in this mode.
An IO request from the uc480 driver failed. Possibly the
versions of the uc480_api.dll (API) and the driver file
(uc480_usb.sys) do not match.
Function executed successfully
4 Programming (SDK)
197

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dcu224xDcc1240xDcc1545mDcc1645c

Table of Contents