CAMP can capture canals
Find a file
2026-02-11 11:36:44 +01:00
etc disable buffering for better logs 2026-01-07 15:38:24 +01:00
static shift presets, wrap around azimuth 2026-01-30 11:36:54 +01:00
.gitignore print port 2020-12-05 11:31:14 +01:00
camera.py <= 2026-01-30 11:26:13 +01:00
download_nvr.py get urls in chunks, otherwise it does not return all of them 2026-02-11 11:19:16 +01: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 backup sequence per hour 2026-01-07 12:20:16 +01:00
set_bitrate.py set bitrate 2026-02-11 11:36:44 +01:00
youtube.py tweak stream forwarding settings 2025-12-28 15:11:31 +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