© 2016 Thorlabs Scientific Imaging140
DCx Camera Functional Description and SDK Manual
One of the submitted parameters is outside the valid range or is
not supported for this sensor or is not available in this mode.
Function executed successfully
Related functions
is_GetError()
is_CameraStatus()
is_SetErrorReport()
Example 1
uc480_CAPTURE_STATUS_INFO CaptureStatusInfo;
INT nRet = is_CaptureStatus(m_hCam,
IS_CAPTURE_STATUS_INFO_CMD_GET,
(void*)&CaptureStatusInfo,
sizeof(CaptureStatusInfo));
if (nRet == IS_SUCCESS)
{
UINT nConversionFailed = CaptureStatusInfo.adwCapStatusCnt_Detail[IS_CAP_STATUS_API_CONVERSION_FAILED]);
UINT nTotalInfos = CaptureStatusInfo.dwCapStatusCnt_Total;
}
Example 2
INT nRet = is_CaptureStatus(m_hCam,
IS_CAPTURE_STATUS_INFO_CMD_RESET,
NULL,
0);