frigate/docker
notori0us 52ba582e54 Add Qualcomm Hexagon NPU detector (qcs6490)
Adds a community-supported hardware detector for the Qualcomm Hexagon NPU
on QCS6490 SoCs (e.g. Radxa Dragon Q6A) via QAIRT 2.37.1 / qai_appbuilder.

Mirrors the existing community-board pattern (Rockchip / Synaptics):

- frigate/detectors/plugins/qnn.py: detector plugin using yolo-generic model
  type, lazy SDK import, runs pre-compiled QNN context binaries from
  Qualcomm AI Hub.
- docker/qcs6490/: Dockerfile (two-stage; rebuilds qai_appbuilder wheel
  inside Frigate's image to match libstdc++ ABI), bake target (qcs6490.hcl),
  make targets (qcs6490.mk), and a host-side user_installation.sh that
  installs fastrpc, the QCS6490 firmware (cDSP image + skel libs), and
  configures cdsprpcd.
- .github/workflows/ci.yml: qcs6490_build job mirroring synaptics_build.
- CODEOWNERS: /docker/qcs6490/ + qnn.py.
- docs: new "Qualcomm Hexagon NPU" sections under Community Supported
  Detectors in object_detectors.md, plus matching entries in
  installation.md and hardware.md.

Performance on Radxa Dragon Q6A (Hexagon v68, ~12 TOPS), YOLOv8n 640x640:
~10ms per inference under light load, ~24ms with 5 RTSP cameras live.

Closes #18602.
2026-04-19 17:03:37 -07:00
..
hailo8l Update hailo installation instructions and script (#21882) 2026-02-05 06:38:34 -07:00
main Manually build intel driver (#22881) 2026-04-15 07:07:27 -05:00
memryx update installation code to hold SDK 2.1 version (#20781) 2025-11-03 13:23:51 -07:00
qcs6490 Add Qualcomm Hexagon NPU detector (qcs6490) 2026-04-19 17:03:37 -07:00
rockchip Fix build (#19634) 2025-08-19 13:19:31 -06:00
rocm Add support for RDNA4 AMD GPUs ROCm (#22585) 2026-03-23 07:26:40 -06:00
rpi Improve ffmpeg versions handling (#16712) 2025-02-20 18:07:41 -07:00
synaptics [Init] Initial commit for Synaptics SL1680 NPU (#19680) 2025-09-26 07:07:12 -05:00
tensorrt Slightly downgrade CUDA version to fix overaggressive BFC (#22589) 2026-03-23 08:13:32 -06:00