USB 3 uEye CP USB 3 uEye ML |
USB 3 uEye CP USB 3 uEye ML |
Syntax
INT is_GetComportNumber(HIDS hCam, UINT* pComportNumber)
Description
is_GetComportNumber() returns the current COM port number of a USB 3 uEye CP/ML camera. The default port number is 100. You can change the port number in the IDS Camera Manager. For further information, please also refer to the Camera basics: Serial interface chapter.
The is_GetComportNumber() function is only supported by cameras of the USB 3 uEye CP/ML series. |
Input parameters
hCam |
Camera handle |
pComportNumber |
Pointer to the variable that is supposed to contain the port number |
Return values
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_NO_SUCCESS |
General error message |
IS_NOT_SUPPORTED |
The camera model used here does not support this function or setting. |
IS_SUCCESS |
Function executed successfully |