1、海康威视官网下载V3.3 开发包
解压打开双击dome/codebase/HCWebSDKPlugin.exe 并且安装
打开dome/index.html
操作文档在这 docs目录下
2、在自己vue3项目中使用
首先在 将dome下 jQueryJs文件
和 dome/codeBase下的 jsVideoPlugin-1.0.0.min.js 和 webVideoCtrl.js 文件
三个文件复制到自己项目public/js 文件夹下
并且在index.html中引入
<script id="videonode" src="/js/webVideoCtrl.js"></script>
<script id="videonode" src="/js/jquery-1.7.1.min.js"></script>
<script id="vide