New installation of frigate with coral

Hello all

I finally taken the plunge and installed a reolink video doorbel

It seems to worke fine.

I added frigate to HAOS and i connected a coral usb via a powered usb splitter

Everytime i am in HA and chose frigate, frigate needs to start first issue

second when it starts and i see my camera feed *i can enlarge it and move it around the screen no issues).

However whe i enable detect (it works for a few seconds it stop) and i get a large view ofrom my camera at the bottom of the screen. I can move it left or right but not up and down.

I then go to the haos setting /app/frigate the app shows frigate working

from my inexperience brain i would say the my basic configuration is off.

here is a snipit for the config editor in frigate ( i do have a file in HA file editor called frigate.yml (its currently empty

What am i missing for a proper set up

in add iton when this is solved what can i use a trigger from frigate (face recognition) to cause an automation (am i long way from there)

thank you in advance for any help provided

mqtt:

enabled: false

detectors:

coral:
 type: edgetpu
 device: usb

cameras: # No cameras defined, UI wizard should be used

front_gate:

enabled: true

friendly_name: Front Gate

ffmpeg:

inputs:

    - path: rtsp://admin:[email protected]:554/Preview_01_main

roles:

        - detect

        - record

        - audio

    - path: rtsp://admin:[email protected]:554/Preview_01_sub

roles: []

record:

enabled: true

continuous:

days: 3

motion:

days: 3

alerts:

retain:

days: 30

mode: all

detections:

retain:

days: 30

mode: all

detect:

width: 1080

height: 720

live:

streams:

Stream 1: front_gate_1

Stream 2: front_gate_2

Check the indentation of your YAML configuration, especially under detectors, cameras, ffmpeg, inputs, and roles.

Thank you for your prompt reply

To be clear the code is not in an home assistant yaml file. It in in frigate cconfiguration file that was created automatically by frigate when i added the video doorbel.

I checked the log and i see this 2026-09-01 17:04:10.479843949 [INFO] The go2rtc service exited with code 0 (by signal 0)

i truly do not know what this means

[Frigate Documentation pages](https://docs.frigate.video/ ) might help and
blakeblackshear/frigate · Discussions · GitHub is the official Frigate support hub and is another good place to get help with Frigate if you don’t get an answer here.