South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Looks like your detector config has an issue. "type" is not correctly indented.I have Frigate installed in a Docker Container and it keeps restarting - basically stuck in a loop
I have removed, pruned and reinstalled and still the same.
I have attached my compose and frigate_config files
detectors:
cpu1:
type: cpu
detectors:
cpu1:
type: cpu
num_threads: *
mqtt:
enable: true
host: 192.168.40.99
port: 1883
topic_prefix: frigate
detectors:
cpu1:
type: cpu
cameras:
Parking: # <------ Name the camera
enabled: true
ffmpeg:
hwaccel_args: preset-vaapi
inputs:
- path: rtsp://username:[email protected]:554/live/video/Profile1
roles:
- detect
detect:
enabled: false # <---- disable detection until you have a working camera feed
width: 1280
height: 720
Pretty easy to get the coral tpu setup.Thanks for the replies.
I added the hwaccel_args: preset-vaapi setting.
I also noticed that the path for the rtsp stream was incorrect. Should have copied it from VLC, not gone with my memory.
All seems to be working now.
The PCi adapter for my Coral arrived. Now to get that set up correctly.....
detectors:
coral:
type: edgetpu
device: pci
I have made the necessary changes and frigate doesnt see the coral. Is there a way I can check if its recognised in Ubuntu?Pretty easy to get the coral tpu setup.
Just pass the device to the container.
in the config it's just 3 lines
Code:detectors: coral: type: edgetpu device: pci
I'm not Linux guru. But in a console / terminal window, running the lspci command will list your PCI devices. It will be a long list ( lists ALL PCI devices ), so you need to scrutinize.I have made the necessary changes and frigate doesnt see the coral. Is there a way I can check if its recognised in Ubuntu?
I followed that tutorial and although got a few errors, it is now showing up in Frigate.As stated above, you will need to install the drivers on the host first in order for the device to pass-through.