Click or drag to resize

ICameraManagerGetCameraInfoList(CameraFilter) Method

Gets information about all cameras that match a search filter.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
IList<DeviceInfo<Camera>> GetCameraInfoList(
	CameraFilter cameraFilter
)

Parameters

cameraFilter  CameraFilter
A CameraFilter define the search filter to match.

Return Value

IListDeviceInfoCamera
Information of all cameras that match the cameraFilter and permitted to caller. If cameraFilter is not provided, information about all permitted cameras is returned.
Remarks
To filter for cameras by their protocol, use the CameraProtocolType flag property to define the camera protocol types to match. Setting None to CameraProtocolType property returns information about all cameras.
See Also