Click or drag to resize

ICameraManagerGetRecordingMode Method

Gets the current recording mode

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
RecordingMode GetRecordingMode(
	Camera camera
)

Parameters

camera  Camera
Camera handle.

Return Value

RecordingMode
Exceptions
ExceptionCondition
SdkException Thrown if camera doesn't exist in the configuration or is not permitted to caller.
See Also