Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetCameraID |
uEye Camera Manual Version 3.80
is_SetCameraID
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetCameraID (HIDS hCam, INT nID)
Description
Using is_SetCameraID(), you can assign a unique camera ID to a camera. Thus, it is possible to access the camera directly with the is_InitCamera() function.
The camera ID is stored in the non-volatile memory of the camera. The factory default camera ID is 1. The camera ID can also be changed in the Camera Manager.
Input Parameters
hCam |
Camera handle |
nID |
|
1...254 |
New camera ID |
IS_GET_CAMERA_ID |
Returns the current ID. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current ID |
Related Functions