View Source ExOnvif.Analytics (ExOnvif v0.7.1)

Interface for making requests to the Onvif analytics service

https://www.onvif.org/ver20/analytics/wsdl/analytics.wsdl

Summary

Functions

List the currently assigned set of analytics modules of a VideoAnalyticsConfiguration.

Returns the capabilities of the analytics service.

Functions

get_analytics_modules(device, configuration_token)

@spec get_analytics_modules(ExOnvif.Device.t(), String.t()) ::
  {:ok, [ExOnvif.Analytics.Module.t()]} | {:error, any()}

List the currently assigned set of analytics modules of a VideoAnalyticsConfiguration.

get_service_capabilities(device)

@spec get_service_capabilities(ExOnvif.Device.t()) ::
  {:ok, ExOnvif.Analytics.ServiceCapabilities.t()} | {:error, any()}

Returns the capabilities of the analytics service.