Kernel module for Ubuntu Only?

Hey @taisto_qvist,

The PR you provided has been passed to R&D to look at integrating it. For now, I’d recommend forking the hailort repository, adding this change yourself, and compiling from source. This will get your issue fixed on your end while we work on the integration!

I’ve got most of what I need to help, but a few quick things: You’ve got a Hailo8, not Hailo8L, so make sure you’re running the Hailo8 configuration for best performance. You can control the model through Frigate’s config—check out this thread for examples: Hailo official integration with Frigate - #19 by Genelec

Your detector config should look something like this:

detectors:
  hailo8l:
    type: hailo8l
    device: PCIe
model:
  path: https://hailo-model-zoo.s3.eu-west-2.amazonaws.com/ModelZoo/Compiled/v2.17.0/hailo8/yolov8s.hef

If you haven’t changed the model, it’s probably running SSDMobileNet v1 or YOLOv6n by default. Also, we’re upgrading to version 4.23 across HOAS and Frigate—we’ve got a ticket for HOAS and a PR coming soon for Frigate.

If changing the model doesn’t help, can you jump into the Frigate container and run hailortcli fw-control identify to verify everything’s working correctly? And if you could share your hailort.log file, that would help too—sometimes issues show up in the logs even when detection seems to be running fine.