Click or drag to resize

IMatrixManagerGetCameras Method

returns all cameras that are connected to the matrix m

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
Camera[] GetCameras(
	Matrix m
)

Parameters

m  Matrix

Return Value

Camera
An array of camera handles connected to the specified matrix that are permitted to caller.
See Also