Device and Ecosystem Plugins
Plugin Matrix
Section titled “Plugin Matrix”| Plugin | Feature | Scenario |
|---|---|---|
| ONVIF | onvif | Camera discovery, device management, RTSP linkage |
| V4L2 | v4l2 | Linux camera capture (Video4Linux2) |
| ALSA | alsa | Linux audio capture (ALSA) |
| HomeKit | homekit | Apple HomeKit camera ecosystem integration |
Detailed docs
Section titled “Detailed docs”features = ["onvif"]Notes:
- Commonly used with
rtsp(ONVIF control + RTSP media transport) - Primarily for discovery, capability query, PTZ, and management flows
features = ["v4l2"]Notes:
- Linux-host local video capture
- Suitable for USB cameras and industrial capture devices
features = ["alsa"]Notes:
- Linux-host audio input capture
- Often combined with
v4l2orwebrtcfor full A/V ingest pipelines
HomeKit
Section titled “HomeKit”features = ["homekit"]Notes:
- Integration with Apple Home ecosystem
- Focused on auth, bridging, and capability mapping
These plugins are currently capability/protocol-focused with limited stable REST surface. If stable HTTP APIs are added, this page will be extended with full request/response schemas.