View Source Onvif

Elixir interface for Onvif functions

installation

Installation

The package can be installed by adding onvif to your list of dependencies in mix.exs:

def deps do
  [
    {:onvif, "~> 0.1.0"}
  ]
end