nailfor/onvif
Composer 安装命令:
composer require nailfor/onvif
包简介
onvif protocol
README 文档
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, ...
统计信息
- 总下载量: 1.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-03