Click or drag to resize

ICameraManagerGetCameraById Method

Gets a camera by id.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
Camera GetCameraById(
	Guid id
)

Parameters

id  Guid
Camera id.

Return Value

Camera
Camera handle if camera entity with specified id exists in the configuration and permitted to caller. Otherwise null-handle (IsNull) is returned.
See Also