Clawdbot 圖像節點
配置 Clawdbot AI 助手圖像節點,用於在遠端螢幕上顯示圖像和幻燈片。
Clawdbot 圖像節點概述
圖像節點使 Clawdbot 能夠在連接到遠端裝置的螢幕上顯示圖像。使用圖像節點用於照片相框、狀態顯示和視覺通知。
功能特性
| 功能 | 描述 |
|---|---|
| 圖像顯示 | 在螢幕上顯示圖像 |
| 幻燈片 | 自動輪播圖像 |
| 疊加層 | 文字和圖形疊加 |
| 轉場效果 | 平滑的轉場效果 |
| 遠端控制 | 從任何地方控制 |
配置
節點設定
{
"node": {
"name": "living-room-display",
"capabilities": ["image"],
"image": {
"display": "default",
"resolution": "1920x1080",
"rotation": 0,
"background": "#000000"
}
}
}顯示選項
| 選項 | 值 | 描述 |
|---|---|---|
resolution | 寬x高 | 顯示解析度 |
rotation | 0, 90, 180, 270 | 螢幕旋轉 |
background | 顏色 | 背景顏色 |
scaling | fit, fill, stretch | 圖像縮放模式 |
指令
顯示圖像
# 顯示單張圖像
clawdbot nodes image living-room --file /path/to/photo.jpg
# 從 URL 顯示
clawdbot nodes image living-room --url "https://example.com/image.png"
# 清除顯示
clawdbot nodes image living-room --clear智能體指令
智能體可以使用圖像節點:
"Display the weather forecast on the living room screen"幻燈片
配置
{
"image": {
"slideshow": {
"enabled": true,
"interval": 30000,
"shuffle": true,
"transition": "fade",
"transitionDuration": 1000
}
}
}幻燈片來源
{
"image": {
"slideshow": {
"sources": [
"/photos/family",
"https://api.example.com/photos"
]
}
}
}轉場效果
| 轉場 | 描述 |
|---|---|
fade | 交叉淡入淡出 |
slide | 滑入/滑出 |
zoom | 縮放效果 |
none | 即時切換 |
疊加層
文字疊加
{
"image": {
"overlay": {
"text": {
"enabled": true,
"content": "{{date}} {{time}}",
"position": "bottom-right",
"font": "Arial",
"size": 24,
"color": "#ffffff"
}
}
}
}狀態疊加
{
"image": {
"overlay": {
"status": {
"enabled": true,
"showWeather": true,
"showCalendar": true
}
}
}
}支援格式
| 格式 | 副檔名 | 備註 |
|---|---|---|
| JPEG | .jpg, .jpeg | 最常見 |
| PNG | .png | 支援透明度 |
| GIF | .gif | 支援動畫 |
| WebP | .webp | 現代格式 |
| BMP | .bmp | 未壓縮 |
多螢幕
顯示群組
{
"nodes": {
"groups": {
"all-displays": ["living-room", "kitchen", "bedroom"]
}
}
}同步顯示
# 所有螢幕顯示相同圖像
clawdbot nodes image --group all-displays --file /path/to/image.jpg
# 同步幻燈片
clawdbot nodes image --group all-displays --slideshow sync電源管理
螢幕休眠
{
"image": {
"power": {
"sleepAfter": 3600000,
"wakeOnActivity": true,
"schedule": {
"on": "07:00",
"off": "23:00"
}
}
}
}下一步
- Clawdbot 節點 - 節點概述
- Clawdbot 音訊節點 - 音訊播放
- Clawdbot 閘道器 - 閘道器配置