nailfor / onvif
onvif protocol
Installs: 1 519
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: >=7.1.0
- ext-soap: >=7.1.0
This package is not auto-updated.
Last update: 2025-01-04 13:06:41 UTC
README
#Onvif IP Camera library for PHP original https://github.com/rockyjvec/Onvif
##Installation
Pull in the package through Composer.
Run:
sudo apt-get intstall php7.x-soap
composer require nailfor/onvif
##Usage
$cam = new nailfor\onvif\onvif("http://camera.hostname:8000", "username", "password");
//degree, degree, range[0,1]
$cam->AbsoluteMove(170.0, 18.0, 0.2);
The various services are available as properties of the Onvif class: $cam->Device, $cam->Media, $cam->Events, ...