ICameraManagerGetCameraInfoList(CameraFilter) Method |  |
Gets information about all cameras that match a search filter.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxIList<DeviceInfo<Camera>> GetCameraInfoList(
CameraFilter cameraFilter
)
Parameters
- cameraFilter CameraFilter
- A CameraFilter define the search filter to match.
Return Value
IListDeviceInfoCameraInformation 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