Skip to content

cilt-uct/camera_dashboard_python

Repository files navigation

#Camera Dashboard

In order to run camera dashboard you will need to first create a config file (config.py) in the root directory. It should look as follows:

# list of venues that should not be displayed
PRIVATE_VENUES = []

//do not change directory
DIRECTORY = "sync/static/feeds/"

DIGEST_AUTH = {
    "username": "",
    "password": ""
}

CAPTURE_AGENT_URL = "https://stable.opencast.org/capture-admin/agents.json"

You can run the following command cp config-dist.py config.py and change the appropriate values.

After creating the config file run docker-compose up.

This should build and start up the app.

About

IP Camera Dashboard for Opencast capture agents

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •