IDecoderManagerIsCameraDisplayable Method |  |
Can the give camera be displayed on this decoder. Analog cameras connected to a matrix
or dvr typically cannot be displayed
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxbool IsCameraDisplayable(
Camera camera
)
Parameters
- camera Camera
- Camera handle which should be checked whether it is displayable.
Return Value
BooleanWhether camera can be decoded by decoder.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if camera doesn't exist in the configuration or is not permitted to caller.
|
See Also