Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.09 KB

README.md

File metadata and controls

11 lines (7 loc) · 1.09 KB

Dart Implementation of ONVIF IP Camera Client

This is the repository for two related Dart packages:

easy_onvif - This package works with a variety of ONVIF compatible devices allowing for IP Cameras and NVRs (network video recorders) to be integrated into Dart and Flutter applications. The package includes the ability to control the PTZ (pan-tilt-zoom) movements of a device along with managing presets as well as controlling how video and audio is being streamed from the device. Review the documentation below to get more details on available features.

onvif_cli - A command line interface application for controlling an Onvif device through terminal commands. This tool allows you to use O/S features like cron to automate Onvif device functionality.