xbot.coffee Lite Camera QC (API Version)
Detection Rules
- drink_status: normal / insufficient / overflow / foreign_object / spill_outside
- screen_status: normal / off
- table_clean: normal / dirty
- robot_arm: normal / abnormal
- equipment_dirty: normal / dirty
- environment_clean: normal / messy
- pest: none / found
Output JSON
{
"drink_status": "...",
"screen_status": "...",
"table_clean": "...",
"robot_arm": "...",
"equipment_dirty": "...",
"environment_clean": "...",
"pest": "...",
"has_anomaly": true/false,
"alert_msg": "..."
}