Frigate NVR Setup
Quick Start
cd frigate
docker-compose up -d
Access
- Web UI: http://localhost:5000
- API: http://localhost:5000/api
What's Changed
- TensorRT detector enabled - Uses RTX 3050 for object detection (much faster than ONNX)
- 8 cameras configured - All pulling from go2rtc restream
- MQTT connected - Events publish to HA at 192.168.0.39:1883
- Model included - yolov9-e.onnx mounted at /config/
Troubleshooting
Check if TensorRT is working:
docker logs frigate | grep -i tensorrt
Check camera streams:
docker logs frigate | grep -E "(Kitchen|Livingroom|Front|Driveway|Garage|Back|Front_DUO2|Back_Porch)"
Common Issues:
-
NVIDIA Container Toolkit not installed - Install from: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html
-
WSL2 GPU support - Ensure Docker Desktop has WSL2 backend enabled and GPU support
-
Model not found - The .onnx file needs to be in the frigate/ directory