🦊 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 💕
16 lines
270 B
JSON
16 lines
270 B
JSON
{
|
|
"cameras": [
|
|
{
|
|
"id": "3d-printer",
|
|
"type": "rtsp",
|
|
"rtsp_url": "rtsp://192.168.1.239/live"
|
|
},
|
|
{
|
|
"id": "basement",
|
|
"type": "http",
|
|
"url": "https://basement.example.com",
|
|
"api_key": "your-api-key-here"
|
|
}
|
|
]
|
|
}
|