View Source ExOnvif.Analytics (ExOnvif v0.7.1)
Interface for making requests to the Onvif analytics service
Summary
Functions
List the currently assigned set of analytics modules of a VideoAnalyticsConfiguration.
Returns the capabilities of the analytics service.
Functions
@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.
@spec get_service_capabilities(ExOnvif.Device.t()) :: {:ok, ExOnvif.Analytics.ServiceCapabilities.t()} | {:error, any()}
Returns the capabilities of the analytics service.