Documenting the differences between SDK Release 8.6.0 and 8.7.0
- Add EdgeVisDecoderSDK::AnalyticsStream class
- New AnalyticsActorInfo::detection_type field
- New VideoAnalytics configuration APIs for Digital Barriers Object Detector
- Change to EdgeVisDecoderSDK::MediaStream::SetEnableOnvifMetadata parameters
SDK 8.7.0 API diff
New EdgeVisDecoderSDK::AnalyticsStream class to allow Decoder SDK apps to receive ONVIF analytics from EdgeVis Encoders.
The ONVIF analytics may originate from an ONVIF camera connected to the Encoder or on the Encoder itself. The EdgeVisDecoderSDK::MediaStream does not have to be in use in order to receive data on the AnalyticsStream.
The EdgeVisDecoderSDK::AnalyticsStream object may be retreived from the Encoder object using EdgeVisDecoderSDK::AnalyticsStream EdgeVisDecoderSDK::Encoder::GetAnalyticsStream() const; Registering an EdgeVisDecoderSDK::IStreamListener on the EdgeVisDecoderSDK::AnalyticsStream will allow the IStreamListener::DataReceived callback to be called with OnvifMetadata containing the ONVIF XML string.
Note that if using the AnalyticsStream with EdgeVisDecoderSDK::MediaStream::SetEnableOnvifMetadata(true), ONVIF XML for the Object Detector analytic will not be duplicated and will only be supplied on the EdgeVisDecoderSDK::AnalyticsStream.
New AnalyticsActorInfo::detection_type field to provide object classification information from Digital Barriers Object Detector annalytic.
New VideoAnalytics configuration APIs for Digital Barriers Object Detector.
Change to EdgeVisDecoderSDK::MediaStream::SetEnableOnvifMetadata parameters.
A second parameter has been added to EdgeVisDecoderSDK::MediaStream::SetEnableOnvifMetadata to allow explicit control over the generation of OnvifMetadata containing per-frame metadata. The default behaviour is to generate per-frame OnvifMetadata.