IAnalogMonitorManagerDisplayCamera Method |  |
Displays specified camera on monitor
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxbool DisplayCamera(
AnalogMonitor monitor,
Camera camera
)
Parameters
- monitor AnalogMonitor
- Analog monitor where camera should be displayed.
- camera Camera
- Camera that should be displayed.
Return Value
Booleantrue if camera was displayed.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if monitor doesn't exist in the configuration or is not permitted to caller.
Thrown if camera doesn't exist in the configuration or is not permitted to caller.
|
See Also