From 010cbb695d46313f7a52e485e1dc86021344cd45 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 4 Dec 2018 09:52:29 +0100 Subject: [PATCH] CAMP can capture canals --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..58178cb --- /dev/null +++ b/README.md @@ -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 +