Quick Verification
- Open the Frigate dashboard and check the Birdseye view for all cameras
- Confirm gun detection boxes appear on the demo videos
- Click an event to see its timestamped snapshot
Adding or Modifying Cameras
SSH into the device and edit the configuration:
cd ~/gun-detection-r2000-hailo
nano config/config.yml
Add camera entries under cameras::
my_camera:
enabled: true
ffmpeg:
inputs:
- path: rtsp://admin:password@192.168.1.100:554/Streaming/Channels/101
roles:
- detect
- record
detect:
width: 1920
height: 1080
fps: 5
objects:
track:
- gun
Save and restart Frigate:
docker compose restart
Next Steps
- Configure alerts over MQTT (port 1883)
- Adjust the detection threshold in
config/config.yml (objects.filters.gun.threshold)
- Set recording retention (
record.retain.days)
- Frigate Documentation