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

Clarification of AVX requirements for CPU in the docs #14712

Open
spotlesscoder opened this issue Oct 31, 2024 · 5 comments
Open

Clarification of AVX requirements for CPU in the docs #14712

spotlesscoder opened this issue Oct 31, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@spotlesscoder
Copy link

I guess for acceptable streaming performance (even without object / motion detection), AVX capable CPU is required.
I would expect this fact to be written down explicitly here:
https://docs.frigate.video/frigate/hardware

@spotlesscoder spotlesscoder added the enhancement New feature or request label Oct 31, 2024
@NickM-27
Copy link
Collaborator

NickM-27 commented Oct 31, 2024

The AVX requirement is for running tflite (object detection), only very old CPUs that wouldn't be good candidates for running frigate don't support this.

@halacs
Copy link

halacs commented Nov 1, 2024

Is it possible to use frigate on old hardware with no AVX instruction set? Currently I get segmentation fault.

@NickM-27
Copy link
Collaborator

NickM-27 commented Nov 1, 2024

Not officially but there are community supported builds with the requirement removed

@halacs
Copy link

halacs commented Nov 1, 2024

Can you please mention one worth to try?

@NickM-27
Copy link
Collaborator

NickM-27 commented Nov 1, 2024

https://github.com/blakeblackshear/frigate-hass-addons/tree/main/frigate_oldcpu

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

No branches or pull requests

3 participants