本文记录Python 调用海康威视摄像头,开启预览画面的方法。
准备工作 {#准备工作}
- 安装好 Python , Opencv-python
- 配置测试机与摄像头 IP,二者在同一个网段
rtsp {#rtsp}
支持 RTSP(Runtime Stream Protocol)协议的摄像头可以很方便地用 opencv i调用
hikvisionapi {#hikvisionapi}
也可以用第三方 API 实现,不过这个 API 文档写的不好,网上资料也不多,我勉强搞了个能显示模糊图像的:
官方例程 {#官方例程}
搞了半天都是 bug 没跑起来,后续更新吧。
参考资料 {#参考资料}
- https://www.cnblogs.com/yszr/p/15954826.html
- https://blog.51cto.com/u_16099217/6482128
- https://huaweicloud.csdn.net/63806cb9dacf622b8df87ef6.html
- https://github.com/MissiaL/hikvision-client
- https://www.jianshu.com/p/2e37283f565d
- https://blog.csdn.net/john_and_jane/article/details/130747233
文章链接:
https://www.zywvvd.com/notes/study/camera-imaging/hk-python-video-preview/hk-python-video-preview/