Type: List(ICameraInfo) Returns a list of ICameraInfo objects, one for each camera found. The list is ordered by device type and serial number. Device type order: USB, GigE, Camera Link, other device types ordered by using the < operator, Camera Emulation
The function queries for camera devices connected to the system and returns a list of ICameraInfo objects describing the cameras. The returned information can be used to create a specific Camera object.
Type: System.String The name of the device type to enumerate connected devices. The static class DeviceType can be used to get a list of valid device class names.
The function queries for camera devices of a specific device class connected to the system and returns a list of ICameraInfo objects describing the cameras. The returned information can be used to create a specific Camera object. The static class DeviceType can be used to get a list of valid device type names.