<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>智能摄像头 &#8211; mylogs.cn</title>
	<atom:link href="https://mylogs.cn/tag/%e6%99%ba%e8%83%bd%e6%91%84%e5%83%8f%e5%a4%b4/feed/" rel="self" type="application/rss+xml" />
	<link>https://mylogs.cn</link>
	<description>发现、记录、分享</description>
	<lastBuildDate>Sun, 09 Aug 2026 11:33:15 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>把监控画面交给 AI：开源工具 LLM Vision 让摄像头学会「描述」发生了什么</title>
		<link>https://mylogs.cn/home-assistant-llm-vision-security-camera-ai/</link>
					<comments>https://mylogs.cn/home-assistant-llm-vision-security-camera-ai/#respond</comments>
		
		<dc:creator><![CDATA[steve, zhang]]></dc:creator>
		<pubDate>Sun, 09 Aug 2026 11:32:51 +0000</pubDate>
				<category><![CDATA[科技]]></category>
		<category><![CDATA[AI 视觉]]></category>
		<category><![CDATA[Frigate]]></category>
		<category><![CDATA[Home Assistant]]></category>
		<category><![CDATA[LLM Vision]]></category>
		<category><![CDATA[开源工具]]></category>
		<category><![CDATA[智能家居]]></category>
		<category><![CDATA[智能摄像头]]></category>
		<guid isPermaLink="false">https://mylogs.cn/home-assistant-llm-vision-security-camera-ai/</guid>

					<description><![CDATA[家里的网络摄像头能录下画面，但真正想知道「刚才发生了什么」，还得自己一帧一帧翻看。常见的智能摄像头只认得出「人 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">家里的网络摄像头能录下画面，但真正想知道「刚才发生了什么」，还得自己一帧一帧翻看。常见的智能摄像头只认得出「人、车、宠物」这几类目标，遇到包裹、动作、异常行为就抓瞎。</p>



<figure data-wp-context="{&quot;imageId&quot;:&quot;6a786e744b0ce&quot;}" data-wp-interactive="core/image" data-wp-key="6a786e744b0ce" class="wp-block-image size-large aligncenter wp-lightbox-container"><img fetchpriority="high" decoding="async" width="1200" height="675" data-wp-class--hide="state.isContentHidden" data-wp-class--show="state.isContentVisible" data-wp-init="callbacks.setButtonStyles" data-wp-on--click="actions.showLightbox" data-wp-on--load="callbacks.setButtonStyles" data-wp-on--pointerdown="actions.preloadImage" data-wp-on--pointerenter="actions.preloadImageWithDelay" data-wp-on--pointerleave="actions.cancelPreload" data-wp-on-window--resize="callbacks.setButtonStyles" src="https://mylogs.cn/wp-content/uploads/2026/08/00a7f9de05143458c26575e81befa3c5_header.webp" alt="把监控画面交给 AI：开源工具 LLM Vision 让摄像头学会「描述」发生了什么" class="wp-image-4181" style="max-width:100%;height:auto;" srcset="https://mylogs.cn/wp-content/uploads/2026/08/00a7f9de05143458c26575e81befa3c5_header.webp 1200w, https://mylogs.cn/wp-content/uploads/2026/08/00a7f9de05143458c26575e81befa3c5_header-300x169.webp 300w, https://mylogs.cn/wp-content/uploads/2026/08/00a7f9de05143458c26575e81befa3c5_header-1024x576.webp 1024w, https://mylogs.cn/wp-content/uploads/2026/08/00a7f9de05143458c26575e81befa3c5_header-768x432.webp 768w" sizes="(max-width: 1200px) 100vw, 1200px" /><button
			class="lightbox-trigger"
			type="button"
			aria-haspopup="dialog"
			data-wp-bind--aria-label="state.thisImage.triggerButtonAriaLabel"
			data-wp-init="callbacks.initTriggerButton"
			data-wp-on--click="actions.showLightbox"
			data-wp-style--right="state.thisImage.buttonRight"
			data-wp-style--top="state.thisImage.buttonTop"
		>
			<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12">
				<path fill="#fff" d="M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z" />
			</svg>
		</button><figcaption class="wp-element-caption">图片来源：Adam Davidson / How-To Geek</figcaption></figure>





<p class="wp-block-paragraph">开源社区给出了一套进阶方案：LLM Vision。这是一款免费开源的 Home Assistant 集成组件，可以调用大模型直接「看懂」监控画面，并用自然语言描述画面里正在发生什么。它不取代 Frigate 这类物体识别系统，而是建立在其之上 —— 当 Frigate 告诉你「门口检测到一个人」时，LLM Vision 还能补一句「快递员手里拿着包裹，把包裹放在了花盆后面」。</p>



<h2 class="wp-block-heading">关键能力：自定义提问</h2>



<p class="wp-block-paragraph">LLM Vision 的一大特点是不依赖预设提示词。每次向它传入一张图片或一段视频时，都可以同时送入一段自定义提问，从而针对性地获取想要的上下文。</p>



<p class="wp-block-paragraph">典型场景包括：门口检测到人 + 包裹时，询问「快递员是把包裹放下了，还是带走了？放在哪里了？」，并据此推送通知：「快递员将包裹放在了前门花盆后面」。这种基于上下文的判断，是普通物体识别做不到的。</p>



<p class="wp-block-paragraph">更复杂的自动化可以因此成立。比如门铃摄像头检测到有人来，可以要求大模型判断对方是否「拿着传单又离开了」，如果是传单派送，则无需推送通知。再比如垃圾回收日前一晚，可以要求模型检查「垃圾桶是否已摆到门口？是蓝色回收桶还是黑色垃圾桶？」，由此判定是否需要提醒用户补摆或换桶。</p>



<h2 class="wp-block-heading">接入路径与隐私权衡</h2>



<p class="wp-block-paragraph">LLM Vision 本身不做 AI 推理，调用方需要将画面发送给所选 AI 服务。它兼容 OpenAI、Anthropic、Google、OpenRouter、Groq 等多种供应商，其中 Groq 提供一定额度的免费调用。</p>



<p class="wp-block-paragraph">云端调用意味着家中内外的监控画面会被上传到第三方服务器，隐私敏感的用户难以接受。对此，LLM Vision 也支持本地大模型方案：可以接入 Ollama、Open WebUI 或 LocalAI 等本地推理平台，所有画面分析都在自有硬件上完成，不出家门。</p>



<p class="wp-block-paragraph">本地方案的效果取决于所选模型与硬件配置。低配设备也不必担心，Glimpse-v1 是新发布的轻量级开源视觉语言模型，参数量 40 亿，可在 Ollama 中以低显存运行，专为受限硬件优化。</p>



<h2 class="wp-block-heading">落地位置与设备要求</h2>



<p class="wp-block-paragraph">LLM Vision 可处理静态图像、视频片段、实时摄像头流，以及 Frigate 事件。需要的环境是已经部署好的 Home Assistant 智能家居平台，并配合 Frigate 等负责视频存储与物体识别的组件。它还提供了「时间线卡片」（Timeline Card），可用于仪表盘展示最近被模型识别并记住的事件，比如「上次看到家里的猫是几点」「包裹是几点送到门口的」。</p>



<p class="has-small-font-size wp-block-paragraph">来源：How-To Geek</p>

]]></content:encoded>
					
					<wfw:commentRss>https://mylogs.cn/home-assistant-llm-vision-security-camera-ai/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
