CameraInfo.h
Go to the documentation of this file.
DB_EDGEVIS_SDK int32_t InputId() const
Gets the camera input ID for the camera.
DB_EDGEVIS_SDK PTZCustomCommandList PTZCustomCommands() const
Gets a list of available PTZ custom commands he camera supports.
DB_EDGEVIS_SDK int32_t MaxPTZPresets() const
Gets the maximum number of PTZ presets that the camera supports.
DB_EDGEVIS_SDK bool PTZEnabled() const
Determines if the camera input supports PTZ.
std::vector< PTZPresetInfo > PTZPresetsList
List of PTZPresetInfo.
Definition: CameraInfo.h:99
DB_EDGEVIS_SDK bool Enabled() const
Gets the Enabled state of the camera input.
DB_EDGEVIS_SDK std::wstring PTZCameraType() const
Gets the PTZ camera type (e.g.
DB_EDGEVIS_SDK PTZPresetsList PTZPresets() const
Gets a list of PTZ presets for the camera.
DB_EDGEVIS_SDK std::wstring InputName() const
Gets the camera input name for the camera.
The CameraInfo interface contains the settings for a Camera connected to one of the Encoder's camera ...
Definition: CameraInfo.h:43
DB_EDGEVIS_SDK bool AnalyticsEnabled() const
Determines if the camera input has analytics enabled.
std::vector< PTZCustomCommand > PTZCustomCommandList
List of Custom Commands.
Definition: CameraInfo.h:116
DB_EDGEVIS_SDK bool IsVirtualInput() const
Determines if the camera input is a virtual input.
The EdgeVis Decoder SDK namespace.
virtual DB_EDGEVIS_SDK std::wstring Name() const
Gets the name of the settings object.