{
  "serial": "25F010003613",
  "component_id": "event_capture_action",
  "config": {
    "event_checkers": {
      "0": [
        {
          "event_name": "people_proximity",
          "cooldown_s": 15,
          "condition": {
            "id": "people_proximity",
            "type": "PeopleEventCondition",
            "params": {
              "condition": {
                "id": "",
                "type": "PeopleConditionNode",
                "params": {
                  "logic": "AND",
                  "negate": false,
                  "conditions": [
                    {
                      "id": "staff_proximity_check",
                      "type": "PeopleProximityPeopleCondition",
                      "params": {
                        "distance": 0.1,
                        "duration_seconds": 3,
                        "condition": {
                          "id": "staff_check",
                          "type": "PeopleTypePeopleCondition",
                          "params": {
                            "target_types": [
                              2
                            ]
                          }
                        }
                      }
                    },
                    {
                      "id": "visitor_check",
                      "type": "PeopleTypePeopleCondition",
                      "params": {
                        "target_types": [
                          1
                        ]
                      }
                    }
                  ]
                }
              }
            }
          }
        }
      ]
    },
    "channel_config": {
      "26": {
        "0": {
          "crop_param": {
            "crop_mode": 0
          }
        }
      }
    },
    "event_config": [
      {
        "event_name": "ShoppingBagHandover",
        "capture_type": "video",
        "recording_type": 26,
        "capture_config": {
          "image_type": 2,
          "image_width": 640,
          "image_height": 480,
          "pre_record_seconds": 6,
          "post_record_seconds": 6,
          "priority": 5,
          "publish_to_vlm": true
        }
      }
    ]
  }
}