unifi-cam-proxy
Enable non-Ubiquiti cameras to work with Unifi NVR
File Explorer
Download Latest Version (.zip)- devcontainer.json
- Dockerfile
- bug_report.yml
- config.yml
- feature_request.yml
- ci.yml
- docs.yml
- image.yml
- FUNDING.yml
- stale.yml
- settings.json
- entrypoint.sh
- _category_.json
- amcrest.md
- dahua.md
- frigate.md
- hikvision.md
- reolink.md
- reolink_nvr.md
- rtsp.md
- intro.md
- custom.css
- docsVersionDropdown.png
- localeDropdown.png
- docusaurus.png
- favicon.ico
- logo.svg
- undraw_docusaurus_mountain.svg
- undraw_docusaurus_react.svg
- undraw_docusaurus_tree.svg
- .nojekyll
- CNAME
- .gitignore
- babel.config.js
- docusaurus.config.js
- package.json
- README.md
- sidebars.js
- yarn.lock
- __init__.py
- __init__.py
- base.py
- dahua.py
- frigate.py
- hikvision.py
- reolink.py
- reolink_nvr.py
- rtsp.py
- __init__.py
- clock_sync.py
- core.py
- main.py
- version.py
- .dockerignore
- .flake8
- .gitignore
- .markdownlint.yaml
- .pre-commit-config.yaml
- .pyre_configuration
- docker-compose.yaml
- Dockerfile
- HISTORY.rst
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/keshavdv/unifi-cam-proxy
Downloads the entire project code from GitHub to your computer.
cd unifi-cam-proxy
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
