I guess frigate sends 320x320 even if I say it should send 300x300 #20916
Replies: 2 comments 1 reply
-
|
The widthand heightunder
like: model:
width: 300
height: 300
detect:
width: 1280
height: 720https://docs.frigate.video/frigate/camera_setup/#choosing-a-detect-resolution https://docs.frigate-cn.video/configuration/object_detectors#ssdlite-mobilenet-v2 |
Beta Was this translation helpful? Give feedback.
-
|
Finally, you should configure hardware acceleration, which can significantly reduce the load on your CPU. The integrated graphics of the N100 can handle video encoding/decoding and object detection with OpenVINO. You can refer to the following documentation: https://docs.frigate.video/configuration/hardware_acceleration_video https://docs.frigate.video/configuration/object_detectors#openvino-detector |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
Hello everybody
I'm currently trying to setup two new Reolink RLC-843WA cameras. My goal is, to include them later on in Homeassistent OS.
Everything seems fine, but I'm getting stuck on the config.yaml. I'm new to this so I had much help from AI Tools but it seems that I'm near to my goal.
Frigate is running in an unRaid-container on an Intel N100 CPU. Looking at my last config and my last logs I guess that frigate sends 320x320, even if I say it should send 300x300 and I cannot find out why it does?
Can anyone look at my file and my logs and maybe help out a little?
Sorry for the german file, "Kamera Eingang" means "camera entrance" and "Kamera Garten" is "camera back-yard.
I had it running with this:
detectors:
cpu:
type: cpu
num_threads: 3
...but it used way too much of my CPU, which overwhelmed my whole system.
Version
0.16-0
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
UNRAID
Install method
Docker CLI
docker-compose file or Docker CLI command
none I guess?Object Detector
Other
Screenshots of the Frigate UI's System metrics pages
No response
Any other information that may be helpful
My unRaid container mappings, if useful:

Beta Was this translation helpful? Give feedback.
All reactions