返回 Skill 列表
extension
分类: 其它无需 API Key

xbot-camera-qc

专业视觉检测xbot.coffee Lite,检测饮料容量、屏幕、桌面、机械臂、污垢、环境及害虫,输出结构化英文。

person作者: mszrenhubclawhub

xbot.coffee Lite Camera QC (API Version)

Detection Rules

  1. drink_status: normal / insufficient / overflow / foreign_object / spill_outside
  2. screen_status: normal / off
  3. table_clean: normal / dirty
  4. robot_arm: normal / abnormal
  5. equipment_dirty: normal / dirty
  6. environment_clean: normal / messy
  7. pest: none / found

Output JSON

{ "drink_status": "...", "screen_status": "...", "table_clean": "...", "robot_arm": "...", "equipment_dirty": "...", "environment_clean": "...", "pest": "...", "has_anomaly": true/false, "alert_msg": "..." }