24 #include "EdgeVisSDK.h" 29 class AreaOfInterestInputConfig;
38 EdgeVisSDKPimplWeakConstructor(AreaOfInterestConfig);
40 DB_EDGEVIS_SDK
virtual ~AreaOfInterestConfig();
48 DB_EDGEVIS_SDK int32_t GetInput()
const;
58 DB_EDGEVIS_SDK
bool SetInput(
const int32_t input);
65 DB_EDGEVIS_SDK
bool GetEnabled()
const;
72 DB_EDGEVIS_SDK
bool SetEnabled(
const bool enable);
79 DB_EDGEVIS_SDK int32_t GetRows()
const;
88 DB_EDGEVIS_SDK
bool SetRows(
const int32_t rows);
95 DB_EDGEVIS_SDK int32_t GetColumns()
const;
104 DB_EDGEVIS_SDK
bool SetColumns(
const int32_t columns);
111 DB_EDGEVIS_SDK int32_t GetBias()
const;
123 DB_EDGEVIS_SDK
bool SetBias(
const int32_t bias);
131 DB_EDGEVIS_SDK
bool GetBlur()
const;
141 DB_EDGEVIS_SDK
bool SetBlur(
const bool blur );
157 DB_EDGEVIS_SDK std::vector<int8_t> GetRegionMap()
const;
174 DB_EDGEVIS_SDK
bool SetRegionMap(
const std::vector<int8_t>& region_map);
Definition: OnvifEvent.h:27
Defines the area of interest configuration to use for a video input.
Definition: AreaOfInterestConfig.h:34
Definition: AreaOfInterestConfig.h:32