DeepCamera camera-provider-eufy

Eufy camera integration — local RTSP streaming and event clips

install
source · Clone the upstream repo
git clone https://github.com/SharpAI/DeepCamera
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/SharpAI/DeepCamera "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/camera-providers/eufy" ~/.claude/skills/sharpai-deepcamera-camera-provider-eufy && rm -rf "$T"
manifest: skills/camera-providers/eufy/SKILL.md
source content

Eufy Camera Provider

Integrates Eufy cameras (local P2P or cloud) with SharpAI Aegis. Supports RTSP streaming for live view and event-triggered clip download for analysis.

Setup

python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt