-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What will be the best configuration in order to reduces CPU load. #808
Comments
You should swap your main stream and the substream in the Viseron config. You want the low resolution stream as the substream since it is used to perform image processing. To reduce CPU usage further i suggest you lower the FPS on the motion detector to 1 and then you can also set the FPS to 1 in the camera itself. Using |
You have mapped it to |
Fixed the /recordings, Thank you!!! I see the CPU is always over 90% and hot, is this normal? By the way, I changed the stream configuration from main to sub in all cameras. |
CPU usage highly depends on how strong your CPI is, if it has hardware acceleration capabilities, your camera settings and also the Viseron config. https://viseron.netlify.app/components-explorer/components/ffmpeg#hardware-acceleration |
Hi roflcoopter,
I have a very high CPU load (95%). only configured three cameras... I have a total of 9. In the meantime, it looks like all images are too slow.
Can you please share what can be the best configuration to have the CPU running with a reduced load? Any suggestions?
This is my configuration file:
Viseron Config File.txt
I am using Reolink Cameras with the following stream Configuration:
Main= 640 x360
FPS= 10
Sub = 2560*1440
FPS = 15
Thank you in advance.
The text was updated successfully, but these errors were encountered: