I keep getting a message in frigate that my camera has high FFMPEG CPU usage (63%).
I'm using a coral, using proxmox for Home Assistant. I only have one stream. My processor is an i5-4570T(2C/4T), but will soon upgrade to a I7-4785T (4C/8T).
My stream is a MJPG stream, VLC says media information on it is video resolution 1920x1080, buffer dimensions 1920x1088.
Wondering if my config args are bad or not optimal;
detectors:
coral:
type: edgetpu
device: usb
mqtt:
host: 192.168.1.30
port: 1883
topic_prefix: frigate
client_id: frigate
user: mqtt
password: mypass
stats_interval: 60
cameras:
lorexrelay:
ffmpeg:
input_args: preset-http-reolink
output_args:
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps
1 -strftime 1 -c:v libx264 -an
inputs:
- path: http://192.168.1.214:3030
roles:
- detect
- record
- rtmp
objects:
track:
- person
- car
- truck
- cat
detect:
width: 1920
height: 1080
fps: 15
snapshots:
enabled: true
bounding_box: true
retain:
default: 10
record:
enabled: true
retain:
days: 3
mode: all
events:
retain:
default: 30
mode: motion