$npx -y skills add SharpAI/DeepCamera --skill eufyEufy camera integration — local RTSP streaming and event clips
| 1 | # Eufy Camera Provider |
| 2 | |
| 3 | Integrates Eufy cameras (local P2P or cloud) with SharpAI Aegis. Supports RTSP streaming for live view and event-triggered clip download for analysis. |
| 4 | |
| 5 | ## Setup |
| 6 | |
| 7 | ```bash |
| 8 | python3 -m venv .venv && source .venv/bin/activate |
| 9 | pip install -r requirements.txt |
| 10 | ``` |