jdillenkofer / camera_proxy

MIT License
46 stars 17 forks source link

Camera Proxy


This project has been archived, and is no longer under active maintainenance. It's purpose was only a proof of concept for the support of battery powered cameras for the people from the neolink project. If you require a supported solution for your battery powered cameras, I suggest you to use neolink instead.


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

Dependencies

pip install -r requirements.txt

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