EdgeVisDecoderSDK::AnalyticsInfo Class Reference

Detailed Description

Defines the type of analytics that the encoder will use and the configuration for each video input that will use these analytics.

Note that only AnalyticsTypeSafeZone2D is supported for now.

Availability

Available in version 7.3.0 of Decoder SDK. Requires a server version greater than 7.0

#include <AnalyticsInfo.h>

Public Member Functions

DB_EDGEVIS_SDK std::wstring GetAnalyticsType () const
 Gets the analytics type. More...
 
DB_EDGEVIS_SDK bool SetAnalyticsType (const std::wstring &type)
 Sets the analytics type that the encoder will use. More...
 
DB_EDGEVIS_SDK std::vector< AnalyticsConfigGetConfig () const
 Get the vector of AnalyticsConfig defined for this encoder. More...
 
DB_EDGEVIS_SDK bool SetConfig (std::vector< AnalyticsConfig > config)
 Set the detection regions defined for this input. More...
 

Member Function Documentation

DB_EDGEVIS_SDK std::wstring EdgeVisDecoderSDK::AnalyticsInfo::GetAnalyticsType ( ) const

Gets the analytics type.

Returns
The analytics type in use. Only AnalyticsTypeSafeZone2D and AnalyticsTypeSafeZoneAI are supported at present.
DB_EDGEVIS_SDK bool EdgeVisDecoderSDK::AnalyticsInfo::SetAnalyticsType ( const std::wstring &  type)

Sets the analytics type that the encoder will use.

Parameters
typeThe type of analytics that the encoder will use. Only AnalyticsTypeSafeZone2D and AnalyticsTypeSafeZoneAI are supported at present.
Returns
True if the analytics type was accepted, false if the analytics type was rejected.
DB_EDGEVIS_SDK std::vector<AnalyticsConfig> EdgeVisDecoderSDK::AnalyticsInfo::GetConfig ( ) const

Get the vector of AnalyticsConfig defined for this encoder.

Returns
A vector containing detection regions and their config.
DB_EDGEVIS_SDK bool EdgeVisDecoderSDK::AnalyticsInfo::SetConfig ( std::vector< AnalyticsConfig config)

Set the detection regions defined for this input.

Parameters
regionsA vector containing the detection regions and their config for this encoder.
Returns
True if the configuration is accepted, false if it rejected.

The documentation for this class was generated from the following file: