Tools-NVR
Agent DVR
下载安装即可
zoneminder
wsl2环境安装(Ubuntu22版本安装手册)
执行下面的安装命令
1
2
3
4
5
6
7
8
9
10sudo apt-get update && sudo apt upgrade -y
sudo apt install -y software-properties-common
sudo add-apt-repository ppa:iconnor/zoneminder-1.36
sudo apt update
sudo apt install -y zoneminder
sudo a2enmod rewrite
sudo a2enconf zoneminder
sudo systemctl restart apache2
sudo systemctl enable zoneminder
sudo systemctl start zoneminder访问
http://hostname_or_ip/zm
添加监视器,查看官方使用手册
测试
两个都无法正常用下面脚本获取摄像头信息
测试脚本nvr_test.py
1 | # pip install onvif_zeep |