Click or drag to resize

ICamera Interface

Interface that represents a camera.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public interface ICamera : IDevice

The ICamera type exposes the following members.

Properties
 NameDescription
Public propertyDisplayName Display name of the instance that is configured in ConfigClient (readonly).
(Inherited from IDevice)
Public propertyEnterpriseLogicalNumber The multi site logical number of a camera (readonly).
Public propertyId Id of the device instance (readonly).
(Inherited from IDevice)
Public propertyLogicalNumber The logical number of a camera (readonly).
Public propertyNetworkAddress IP address or DNS name of the device (readonly).
(Inherited from IDevice)
Public propertyPtz Access to PTZ functionality.
Top
See Also