ICameraManagerGetCameraByName Method |  |
Gets a camera by name.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
SyntaxCamera GetCameraByName(
string name
)
Parameters
- name String
- Camera name.
Return Value
Camera
Camera handle if camera entity with specified name exists in the configuration and permitted to caller.
Otherwise null-handle (
IsNull) is returned.
See Also