CAMP can capture canals
This commit is contained in:
parent
d4a10497fc
commit
010cbb695d
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# CAMP can capture canals
|
||||||
|
|
||||||
|
|
||||||
|
## install
|
||||||
|
|
||||||
|
apt install python3-requests python3-tornado
|
||||||
|
|
||||||
|
## configure
|
||||||
|
|
||||||
|
create camera.json
|
||||||
|
|
||||||
|
{
|
||||||
|
"ip": "192.168.1.64",
|
||||||
|
"username": "admin",
|
||||||
|
"password": "admin",
|
||||||
|
"channel": 1
|
||||||
|
}
|
||||||
|
|
||||||
|
## run
|
||||||
|
|
||||||
|
python3 server.py
|
||||||
|
|
||||||
|
open http://127.0.0.1:8000/ in browser
|
||||||
|
|
Loading…
Reference in New Issue
Block a user