Metadata-Version: 2.1
Name: unifi-cam-proxy
Version: 0.2.0
Summary: Unifi NVR-compatible camera proxy
Home-page: https://github.com/keshavdv/unifi-cam-proxy
Author: Keshav Varma
Author-email: keshavdv@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >3.7.0
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: amcrest
Requires-Dist: asyncio-mqtt
Requires-Dist: backoff
Requires-Dist: coloredlogs
Requires-Dist: hikvisionapi (>=0.3.2)
Requires-Dist: websockets (>=9.0.1)
Requires-Dist: xmltodict
Provides-Extra: all
Requires-Dist: black ; extra == 'all'
Requires-Dist: isort ; extra == 'all'
Requires-Dist: flake8 ; extra == 'all'
Requires-Dist: flake8-bugbear ; extra == 'all'
Requires-Dist: pyre-check ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Provides-Extra: test
Requires-Dist: black ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: flake8-bugbear ; extra == 'test'
Requires-Dist: pyre-check ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'

[![unifi-cam-proxy Discord](https://img.shields.io/discord/937237037466124330?color=0559C9&label=Discord&logo=discord&logoColor=%23FFFFFF&style=for-the-badge)](https://discord.gg/Bxk9uGT6MW)

UniFi Camera Proxy
==================
## About

This enables using non-Ubiquiti cameras within the UniFi Protect ecosystem. This is
particularly useful to use existing RTSP-enabled cameras in the same UI and
mobile app as your other Unifi devices.

Things that work:
* Live streaming
* Full-time recording
* Motion detection with certain cameras
* Smart Detections using [Frigate](https://github.com/blakeblackshear/frigate)

## Documentation

View the documentation at https://unifi-cam-proxy.com

## Donations

If you would like to make a donation to support development, please use [Github Sponsors](https://github.com/sponsors/keshavdv).


