[Detector Support]: Hailo8 version mismatch #19531
Replies: 1 comment
-
The error you're encountering is a driver version mismatch between the installed Hailo driver (v4.20.0) and the library version (v4.21.0) that Frigate expects. This is a known issue with Hailo8L installations. For Hailo-8L installation on Raspberry Pi 5, you need to follow the proper installation steps. First, install the driver from the Hailo GitHub repository(1). For Raspberry Pi 5 users with the AI Kit, installation should be straightforward by following the official guide(1). For other installations, these steps are required(1):
To set up Frigate, you should use a Docker image with the Next, grant Docker permissions to access your hardware by adding the following lines to your
If you are using Based on community reports, the solution involves ensuring the driver and library versions match. Users have resolved similar version mismatches by modifying the installation script to use the correct version number and rebuilding the driver(2)(3). 📚 Sources:
Have another question? Just tag @inkeep. |
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
Tried installing v0.16.0-rc4 on my raspberry pi 5. I used the install script mention in the release notes to install the v4.21.0 drivers. Everything said it install fine, rebooted the raspberry pi and could see hailo8 under /dev directory. When I start frigate I get the error message "frigate.detectors.plugins.hailo8l ERROR : Inference error: [HailoRT] [error] CHECK failed - Driver version (4.20.0) is different from library version (4.21.0)" followed by some python errors. The frigate container continually restarts.
Version
0.16.0-rc4
Frigate config file
N/A
docker-compose file or Docker CLI command
Relevant Frigate log output
Install method
Docker Compose
Object Detector
Other
Screenshots of the Frigate UI's System metrics pages
N/A - I can't get to it before the container restarts
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions