Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Info.Camera

Accessible

Info.Camera.GetCameraList

Syntax

uEye.Info.Camera.GetCameraList(out uEye.Types.CameraInformation[] CameraList)

Description

Returns information about the connected cameras. To get all information that is available, you need to adjust the field size to the number of connected cameras. The following tables explain the structures used for that purpose.

hint_info

The serial number or model name should not be used to find a specific camera (e.g. in order to control this specific camera). If you use the serial number, the software may not find the serial number after exchanging the camera. The model name can be changed when updating the camera driver.

Instead, we recommend identifying a camera by a fixed camera ID, the camera type or by the sensor ID. The advantage of the camera ID is that you can set it manually. That means if you exchange a camera, you can set the same camera ID for the new camera.

Parameter

CameraList: Returns uEye.Types.CameraInformation