ICameraManagerGetVideoInputNumber Method |  |
Returns encoder input channel number for camera.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxint GetVideoInputNumber(
Camera camera
)
Parameters
- camera Camera
- Camera handle.
Return Value
Int32
The video input of a camera if it exists in the configuration and permitted to caller.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if camera doesn't exist in the configuration or is not permitted to caller.
|
See Also