faithoflifedev / easy_onvif_workspace

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.
32 stars 18 forks source link

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.