EdgeVisDecoderSDK::AnalyticsData Class Reference
Detailed Description
Encoders equipped with SafeZone 2D analytics will return analytics data when an object is detected.
Availability
Available in version 7.1 of Decoder SDK. Requires a server version greater than 7.0
#include <AnalyticsData.h>
Public Member Functions | |
| DB_EDGEVIS_SDK std::vector< AnalyticsActorInfo > | GetActors () const |
| Gets analytics actor for the frame. More... | |
| DB_EDGEVIS_SDK int64_t | GetTimeStamp () const |
| Gets the timestamp of the analytics data. More... | |
Public Member Functions inherited from EdgeVisDecoderSDK::StreamData | |
| DB_EDGEVIS_SDK std::wstring | TypeName () const |
| Returns the type a StreamData this it. More... | |
Member Function Documentation
| DB_EDGEVIS_SDK std::vector<AnalyticsActorInfo> EdgeVisDecoderSDK::AnalyticsData::GetActors | ( | ) | const |
Gets analytics actor for the frame.
- Returns
- The AnalyticsActor info.
| DB_EDGEVIS_SDK int64_t EdgeVisDecoderSDK::AnalyticsData::GetTimeStamp | ( | ) | const |
Gets the timestamp of the analytics data.
- Returns
- The timestamp in milliseconds since 1/1/1970
The documentation for this class was generated from the following file:
- SDKs/EdgeVisDecoderSDK/AnalyticsData.h

Public Member Functions inherited from