Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

vherrlein/camera_proxy

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%