CAMP can capture canals
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
j 0c9ac2b093 remove $ in HLS url 8 months ago
etc/systemd/system start later 3 years ago
static unify button update 2 years ago
.gitignore print port 3 years ago
README.md CAMP can capture canals 5 years ago
camera.py update for new python/tornado versions 9 months ago
make_logsheet.py logsheet 5 years ago
server.py update for new python/tornado versions 9 months ago
youtube.py remove $ in HLS url 8 months ago

README.md

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