WSL --> Debian --> Navigate to a specific folder for this environment.
Clone the repo:
git clone https://github.com/mcw0/DahuaConsole.git
Create the virtual environment for the python script:
cd DahuaConsole
python3 -m venv venv
source venv/bin/activate
Install the package's requirements:
pip install -r requirements.txt
Help command for script:
python3 Console.py -h
Remote connect to a machine or IPC camera:
python Console.py --rhost 10.1.10.200 --proto dvrip --rport 37777 --auth userName:password
*Reboot command exists and can be helpful when the webui stops responding.
๐ฝ
No comments:
Post a Comment