CameraProfile.h
Go to the documentation of this file.
46 DB_EDGEVIS_SDK CameraProfile(std::wstring inputName, int8_t inputID, bool enabled, bool ptzEnabled, std::wstring ptzProtocol, int8_t ptzAddress);
DB_EDGEVIS_SDK std::wstring PTZProtocol() const
Returns the name of the PTZ Protocol.
The camera profiles describe the cameras attached to this encoder.
Definition: CameraProfile.h:28
DB_EDGEVIS_SDK int8_t InputID() const
Returns the input number of this camera.
DB_EDGEVIS_SDK std::wstring InputName() const
Returns the name of this input.
DB_EDGEVIS_SDK bool PTZEnabled() const
Returns PTZ enabled state of this input.
The EdgeVis Encoder SDK namespace.
DB_EDGEVIS_SDK int8_t PTZAddress() const
Returns the address of the PTZ camera.
DB_EDGEVIS_SDK bool Enabled() const
Returns enabled state of this input.
