
onvif
g0415shenw
Stay hungry,Stay foolish
音视频交流群:759117824
GB28181技术交流群:708251501
UE4技术交流群:1036326334
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
onvif协议之初探
onvif协议基于soap协议实现,定义了大量的wsdl。可以在网址查看:http://www.onvif.org/onvif/ver10/network/wsdl/remotediscovery.wsdl http://www.onvif.org/onvif/ver10/device/wsdl/devicemgmt.wsdl http://www.onvif.org/onvif/...原创 2018-04-24 18:48:18 · 1908 阅读 · 0 评论 -
onvif协议之抓图
本来一直以为抓图,需要先取出视频码流,在进行抓图,业务非常复杂。今天发现,onvif协议居然能够直接进行抓图操作。首先获取图片的url,然后调用http协议把图片下载下来。本人测试摄像机为海康IPC。onvif协议的实现可以参考前面一篇文章,https://blog.csdn.net/g0415shenw/article/details/80068728这里主要介绍抓图的api的使用。使用GetS...原创 2018-04-25 10:00:35 · 7131 阅读 · 6 评论 -
onvif协议之云台控制
onvif云台控制,还有有点麻烦的,主要是不知道参数如何填写,通过接近一天的摸索,终于有点名目了。我使用的是ContinuousMove这个api,介绍如下,网址https://www.onvif.org/ver20/ptz/wsdl/ptz.wsdlContinuousMoveDescription:Operation for continuous Pan/Tilt and Zoom...原创 2018-05-08 17:45:00 · 11182 阅读 · 12 评论 -
Onvif之获取媒体信息GetProfiles
把海康摄像机设置为H265模式,显示反序列化失败。设置成H264模式,可以成功,通过研究发现 ,我使用的soap协议的wsdl是如下版本:https://www.onvif.org/onvif/ver10/media/wsdl/media.wsdl但是这个版本只支持:并不支持H265的格式然后,我就开始找啊找,终于找到了新版的wsdl,地址如下:https://www....原创 2018-09-05 13:50:51 · 5738 阅读 · 1 评论 -
Onvif之wsdl地址
地址如下:http://www.onvif.org/onvif/ver10/device/wsdl/devicemgmt.wsdl http://www.onvif.org/onvif/ver10/event/wsdl/event.wsdl http://www.onvif.org/onvif/ver10/media/wsdl/media.wsdl http://www.onvif...原创 2018-09-06 14:00:16 · 2976 阅读 · 0 评论