🦊 Eyes and ears for the fox Components: - server/: Camera server for Raspberry Pi (from camera-server) - mcp/: Vision MCP client for Claude Desktop (from vision-mcp) - analysis/: Placeholder for motion/audio detection - shared/: Common schemas and interfaces Features: - Setup script with systemd service creation - HTTPS + API key authentication - HTTP and RTSP camera support Built under a blanket on Day 45 💕
12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
# Camera Snapshot Server Dependencies
|
|
|
|
# Web framework
|
|
fastapi>=0.104.0
|
|
uvicorn[standard]>=0.24.0
|
|
|
|
# Camera access
|
|
opencv-python-headless>=4.8.0
|
|
|
|
# Configuration
|
|
python-dotenv>=1.0.0
|