Skip to main content
在 Manus 中运行任何 Skill
一键导入
hailo-ai
GitHub 创作者资料

hailo-ai

按仓库查看 2 个 GitHub 仓库中的 30 个已收集 skills。

已收集 skills
30
仓库
2
更新
2026-06-18
仓库浏览

仓库与代表性 skills

当前展示该仓库 Top 8 / 18 个已收集 skills。
add-overlay
软件开发工程师

Add, modify, or remove AI analytics overlay (bboxes, masks, landmarks, etc.) on a hailo-media-library encoded stream. Two paths — (A) board-side burn-in via OverlayStage, (B) host-side drawing by analytic_viewer. Use when the user asks for any analytics overlay or "see the bboxes/masks/landmarks". MUST ask whether the overlay should be drawn on board (burned into UDP stream) or on host (display-only by analytic_viewer) before proceeding.

2026-06-18
add-stream
软件开发工程师

Add a new output stream (sinkN) to a hailo-media-library app — resolution, framerate, and encoder. Use when the user asks "add another stream", "add an FHD/4K/HD output", or "I need a Nth video output". Edits application_settings.json + the active profile JSON, generates per-sink encoder/osd/masking files, and pushes to the board.

2026-06-18
board-status
网络与计算机系统管理员

Snapshot the H15 SBC's runtime health — chip temperature, power consumption, CPU load, DRAM use, NN core utilization, DSP utilization, and the running app's PID. Use when the user asks "is the board OK", "is it overheating", "how loaded is the chip", "why is FPS low", or before/after a long demo to check how hot it's running and how much it's drawing. Read-only over SSH; no app restart.

2026-06-18
connect
网络与计算机系统管理员

Establish a working SSH connection to the H15 SBC over ethernet. Use when the user asks to connect to the board or set up board access. Default is root@10.0.0.1, password `root`.

2026-06-18
cross-compile
软件开发工程师

Cross-compile a hailo-media-library app for the H15 SBC using the Yocto SDK on the host. Use when the user has modified main.cpp (e.g. via /swap-model) and needs an aarch64 binary, or asks "build it for the board". Does NOT require building the whole library tree — links against the prebuilt libs in the SDK sysroot.

2026-06-18
deploy
网络与计算机系统管理员

Push artifacts (binary, configs, HEFs) to the H15 SBC and verify the app runs. Use when the user says "deploy it", "push to the board", or "run it on the device". Coordinates backup → scp → permissions → smoke test.

2026-06-18
edit-pipeline
软件开发工程师

Modify the pipeline of an existing hailo-media-library app — either by editing the medialib JSON on the board (via /add-stream when the change is "more streams" / "different resolution" / "different sink") or by editing `main.cpp`'s `create_pipeline()` and cross-compiling when the stage topology must change. Use when the user says "make this app do X", "add a stage to X", "join Y into the pipeline", "make detection app also do Z", "stream out the AI metadata to another sink", or "run N streams instead of 1". Triages JSON vs C++ first; only goes to /cross-compile + /deploy on the C++ path.

2026-06-18
explain-pipeline
软件开发工程师

Explain how a hailo-media-library application's pipeline is structured — sources, AI stages, sinks, and the medialib config that feeds it. Use when the user asks "what does this app do", "how is X pipeline wired", or before they modify an app. Reads the app's main.cpp, traces generate_*_pipeline calls, and maps it to the active medialib config.

2026-06-18
当前展示该仓库 Top 8 / 12 个已收集 skills。
已展示 2 / 2 个仓库
已展示全部仓库