[Config Support]: config esp32cam frigatee high
See original GitHub issueDescribe the problem you are having
I am testing an esp32cam in frigate I can already see the camera but it has a high processor consumption, is there any way that the processor does not have so high? Thank you
Version
1
Frigate config file
mqtt:
host: ipmqtt
cameras:
eesp32cam:
ffmpeg:
input_args: -avoid_negative_ts make_zero -fflags nobuffer -flags low_delay -strict experimental -fflags +genpts+discardcorrupt -use_wallclock_as_timestamps 1
output_args:
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v libx264 -an
rtmp: -c:v libx264 -an -f flv
inputs:
- path: http://ipcamera:port
roles:
- detect
- rtmp
detect:
width: 640
height: 480
fps: 5
objects:
track:
- person
snapshots:
enabled: True
timestamp: True
bounding_box: False
retain:
default: 2
detectors:
cpu1:
type: cpu
Relevant log output
.
Frigate stats
.
Operating system
Debian
Install method
Docker CLI
Coral version
Other
Any other information that may be helpful
.
Issue Analytics
- State:
- Created 10 months ago
- Comments:11
Top Results From Across the Web
Change ESP32-CAM OV2640 Camera Settings
This guide shows how to change the ESP32-CAM OV2640 camera settings such as contrast, brightness, resolution, quality, saturation and more using Arduino ...
Read more >Adding RTSP-Stream from ESP32-CAM into Frigate
Hello, has anybody successfully integrated a RTSP-stream from an ESP32-CAM into Frigate? I flashed GitHub - geeksville/Micro-RTSP: A RTSP ...
Read more >Configuration File - Frigate Docs
For Home Assistant Addon installations, the config file needs to be in the root of your Home Assistant config directory (same location as...
Read more >Mega ESPCAM setup at home? : r/homeassistant - Reddit
I read through the documentation for Frigate but haven't fired up an instance yet. I wanted to try motionEye since it has support...
Read more >Installation, Configuration & Home Assistant Web Hooks
Maybe you have several cameras from different brands that you want to put in one place and you want to record movies or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see, yeah I don’t think there’s much more that can be done from the frigate side. That’s the nature of mjpeg unfortunately
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.