CAMP can capture canals
Go to file
2023-09-08 11:05:00 +01:00
etc/systemd/system start later 2021-10-14 08:55:01 +01:00
static unify button update 2021-11-24 19:43:34 +01:00
.gitignore print port 2020-12-05 11:31:14 +01:00
camera.py update for new python/tornado versions 2023-08-18 09:26:44 +02:00
make_logsheet.py logsheet 2018-12-05 12:30:02 +01:00
README.md CAMP can capture canals 2018-12-04 09:58:47 +01:00
server.py update for new python/tornado versions 2023-08-18 09:26:44 +02:00
youtube.py remove $ in HLS url 2023-09-08 11:05:00 +01:00

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