IDecoderManagerGetDisplayedCamera Method |  |
Returns the camera displayed on a decoder.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxCamera GetDisplayedCamera(
Decoder decoder
)
Parameters
- decoder Decoder
- Decoder handle from which camera should be retrieved.
Return Value
CameraCamera handle that is displayed on specified
decoder.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if decoder doesn't exist in the configuration or is not permitted to caller.
|
See Also