安防摄像头接入智能家居后威力倍增: 动触发灯光闪烁、音箱播报访客、人脸识别开锁、地理围栏自动布防/撤防。但并非所有摄像头都能与所有平台完美兼容。本指南为您梳理 2026 年每条集成路径。
平台支持备忘单平台深度解析
Amazon Alexa
原生支持: Ring、Blink、Arlo、Echo Show (作为显示屏)
需 Skill: Reolink、Eufy、UniFi、Wyze、Tapo、Amcrest、TP-Link Kasa
Google Home (Google Assistant)
原生支持: Nest、Arlo、Blink、Ring (有限)
需 Action: Eufy、Reolink、UniFi、Wyze、Tapo、Amcrest
Apple HomeKit (HomeKit Secure Video)
原生支持: Eufy (HomeBase 3)、Arlo (Pro 3/4/5S, Ultra)、Logitech Circle View、Netatmo、Eve、Aqara、TP-Link Tapo (Matter)、UniFi Protect (3.0+)、Onvis、Wemo
需桥接: Reolink (经 Homebridge/Scrypted)、Ring (经 Homebridge)、Wyze (经 Homebridge)、Dahua/Hikvision (经 Homebridge/Scrypted)
HomeKit Secure Video (HSV) = 隐私最佳。 视频 设备端分析 (Home Hub: Apple TV 4K、HomePod、iPad)。端到端加密 — Apple 无法查看。10 天滚动存储 含在 iCloud+ (50GB = 1 摄像头, 200GB = 5 摄像头, 2TB = 无限)。无额外订阅。
Matter (新标准)
Matter 1.3 (2024) 增加 Camera 设备类型。Matter 1.4 (2025) 增加 Doorbell 类型。
本地控制 / 无云: 进阶路径
本地 = 快、私、离线工作。 RTSP/ONVIF/WebSocket → Frigate/Scrypted/Blue Iris → Home Assistant → 面板/自动化。无厂商云见过您的视频。
完全本地摄像头栈架构
Cameras (PoE/RTSP)
│
▼
┌─────────────────────────────────────┐
│ Frigate (Docker) │
│ - RTSP ingest │
│ - Motion detection (CPU) │
│ - AI object detection (Coral TPU) │
│ - Recording (MP4, segmented) │
│ - MQTT events (motion, person, etc)│
│ - WebRTC live view (sub-second) │
└─────────────────────────────────────┘
│ │
▼ ▼
┌─────────────┐ ┌─────────────┐
│ Home Asst. │ │ Scrypted │
│ (Automation)│ │ (HomeKit/ │
│ - Lights │ │ Google/ │
│ - Locks │ │ Alexa) │
│ - Alerts │ │ │
└─────────────┘ └─────────────┘
│ │
▼ ▼
Dashboard Apple Home /
Google Home /
Alexa App
本地栈硬件
本地栈摄像头要求
- RTSP 支持 (标准:
rtsp://user:pass@ip:554/stream1) - ONVIF Profile S/T/G (发现、PTZ、事件)
- 子流 (D1/720p 给 AI, 4K 给录制)
- 无云依赖 获取流 (部分摄像头需云鉴权令牌 — 避开)
最佳 ONVIF/RTSP 摄像头 (2026):
- Reolink (所有 PoE, 大多 Wi-Fi):
rtsp://ip:554/h264Preview_01_main - Dahua / Hikvision / Hanwha / Axis / Uniview / Vivotek / Milesight
- UniFi G4/G5 (RTSP 经 Protect 设置)
- Amcrest / Lorex / Annke / Montavue (OEM Dahua/Hik)
- 避开: Ring、Blink、Nest、Arlo (2024 前)、Wyze (受限)、Eufy (电池款无 RTSP)
自动化配方 (可直接复制)
Home Assistant (YAML)
# 日落后人在前门亮门廊灯
automation:
- alias: "Porch Light - Person at Front Door"
trigger:
- platform: mqtt
topic: frigate/front_door/person
payload: "on"
condition:
- condition: sun
after: sunset
after_offset: "-00:30:00"
action:
- service: light.turn_on
target:
entity_id: light.porch
data:
brightness_pct: 80
- delay: "00:05:00"
- service: light.turn_off
target:
entity_id: light.porch
# 夜间车道人触发警报 + 灯
- alias: "Deterrence - Driveway Person Night"
trigger:
- platform: mqtt
topic: frigate/driveway/person
payload: "on"
condition:
- condition: time
after: "22:00:00"
before: "06:00:00"
action:
- service: siren.turn_on
target:
entity_id: siren.outdoor
- service: light.turn_on
target:
entity_id: light.floodlights
data:
brightness_pct: 100
- service: notify.mobile_app
data:
title: "🚨 Driveway Intrusion"
message: "Person detected at driveway at {{ now().strftime('%H:%M') }}"
Alexa 常规 (App → Routines)
WHEN: Smart Home Device → [Front Door Camera] → Motion Detected → Person
IF: Time → Between Sunset and Sunrise
THEN:
1. Smart Home → [Porch Light] → Turn On → 80% → 5 minutes
2. Alexa Says → "Person at front door" → Device: [Kitchen Echo]
3. Smart Home → [Floodlight] → Turn On → 100% → 3 minutes
Google Home 自动化 (Home App → Automations)
STARTER: Device → [Driveway Camera] → Event → Person detected
CONDITION: Time → Between 10:00 PM and 6:00 AM
ACTIONS:
1. Device → [Floodlights] → Turn On → Brightness 100%
2. Device → [All Speakers] → Broadcast → "Person detected at driveway"
3. Script → Log to Google Sheets (via Make/Zapier/webhook)
Apple HomeKit (Home App → Automation)
WHEN: A Sensor Detects Something → [Front Door Camera] → People Detected
CONDITION: Time → After Sunset
DO:
1. Scenes → [Porch Lights On] (预建场景: porch 80%, entry 50%)
2. Wait → 5 minutes
3. Scenes → [Porch Lights Off]
平台对比: 选哪个?
迁移路径: 从云到本地
- 保留云端摄像头 暂时 (Ring 门铃, Blink 户外)
- 添加 PoE 摄像头 (Reolink, Dahua) → NVR (UniFi/Reolink) 或 Frigate 服务器
- 桥接云端摄像头 经 Homebridge/Scrypted → HomeKit/Google/Alexa
- 迁移自动化 到 Home Assistant (或 HA + Alexa/Google 常规)
- 禁用云端录制 桥接摄像头; 用本地 NVR/Frigate
- 取消订阅 本地录制验证后
- 未来购买: 仅买 ONVIF/RTSP + Matter
相关指南
- 双向音频安防摄像头: 完整指南 — 音频触发播报
- 人脸识别安防摄像头: 功能与隐私 — HomeKit/HSV 中人脸识别
- PoE vs 无线 vs 太阳能对比 — 可靠本地流的供电
- 2026 最佳户外安防摄像头 — 集成支持最好的硬件