kasparsd / camera_proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Camera Proxy

Camera Proxy is a Python webserver which can display a video stream from the reolink argus 2 camera over http.

Dependencies

pip install av
pip install flask
pip install pillow

Usage

Create a settings.json with one or more camera entries:

{
    "cameras": [
        {
            "name": "camera1",
            "deviceSid": "12345678910ABC5D",
            "username": "admin",
            "password": "password",
            "backupImage": "../public/images/klingel.jpg"
        }
    ]
}

Just run the main.py from the root directory:

python src/main.py

License

MIT

About

License:MIT License


Languages

Language:Python 78.2%Language:Lua 20.8%Language:Dockerfile 0.8%Language:Shell 0.2%