Skip to content
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

Allow reducing the ingress framerate from RTSP stream #40

Closed
aav7fl opened this issue Jun 17, 2019 · 1 comment · Fixed by #51
Closed

Allow reducing the ingress framerate from RTSP stream #40

aav7fl opened this issue Jun 17, 2019 · 1 comment · Fixed by #51

Comments

@aav7fl
Copy link
Contributor

aav7fl commented Jun 17, 2019

Per request on the Home Assistant community:

Is there anyway to limit the frame rate that python is analyzing? My WYZE cameras do not have a way to change the frame rate in the RTSP stream. This means frigate processes every single frame (multiplied by my 6 regions across 2 cameras) and destroys my CPU/maxes out the Coral buffer queue.

I noticed in the README you mention a tip about limiting the frame rate to lower the CPU usage, but I am unable to do that in my setup without pre-processing the video first.

@aav7fl
Copy link
Contributor Author

aav7fl commented Jul 2, 2019

Fixed via ffmpeg-subprocess branch using take_frame

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant