📦 Elderly Bed-Exit & Wandering Monitor | 老人离床徘徊监测技能 — Elderly Bed-Exit & Wandering Monitor — 老人离床徘徊监测

v1.0.0

识别夜间离床、长时间徘徊、长时间静止不动等异常行为,适用于养老院、护理机构及家庭夜间安全监护场景。通过 AI 视觉分析技术实时监测老人活动状态,及时发现潜在安全风险并发出预警。

0· 6·0 当前·0 累计
0

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install smyx-elderly-bed-exit-wandering-monitoring-analysis
镜像加速npx clawhub@latest install smyx-elderly-bed-exit-wandering-monitoring-analysis --registry https://cn.longxiaskill.com

技能文档


Overview

This skill uses computer vision technology to monitor elderly individuals in real-time, detecting abnormal behaviors such as bed-exit, wandering, and prolonged motionless states.

Features

  • Bed-Exit Detection: Detects when an elderly person leaves their bed
  • Wandering Monitoring: Identifies prolonged wandering behavior in designated areas
  • Motionless Alert: Warns when a person remains motionless for an extended period
  • Night Vision Support: Optimized for low-light and nighttime monitoring
  • Real-time Alerts: Sends notifications via multiple channels (SMS, push, call)

Configuration

Required Parameters

monitoring:
  camera_id: "camera_001"
  detection_threshold: 0.75
  alert_delay_seconds: 30
  
zones:
  bed_area:
    coordinates: [100, 100, 400, 400]
  wandering_area:
    coordinates: [0, 0, 800, 600]

Alert Settings

ParameterDescriptionDefault Value
alert_delay_secondsDelay before triggering alert30
detection_thresholdConfidence threshold for detection0.75
enable_night_modeEnable enhanced night visiontrue

Usage

Starting Monitoring

clawctl skill start smyx-elderly-bed-exit-wandering-monitoring-analysis

Checking Status

clawctl skill status smyx-elderly-bed-exit-wandering-monitoring-analysis

Viewing Alerts

clawctl alerts list --skill smyx-elderly-bed-exit-wandering-monitoring-analysis

Best Practices

  • Position camera at optimal angle (recommended 2.5m height, 45° downward angle)
  • Ensure adequate lighting in monitoring area
  • Define clear monitoring zones in the configuration
  • Regularly review and adjust detection thresholds
  • Test alert system periodically

Troubleshooting

Low Detection Accuracy

  • Check camera angle and position
  • Verify lighting conditions
  • Adjust detection threshold in configuration

Frequent False Alerts

  • Increase alert delay seconds
  • Refine monitoring zone boundaries
  • Check for environmental factors (shadows, pets)

Support

For issues or questions, please contact: support@example.com

数据来源ClawHub ↗ · 中文优化:龙虾技能库