Bow Tie Kreative VIDEO Grammar

Production rules · Camera

CAM-014

Soft rule priority 30 domain: camera composition

Rationale

Tangencies weaken figure-ground separation.

IF — conditions (all must hold)

  • shot.background_tangent eq true

THEN — actions

  • propose "adjust_camera_subject_or_background"

This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.

Full record

rules/production_rules.json
{
  "id": "CAM-014",
  "domain": "camera",
  "priority": 30,
  "hard": false,
  "logic": "all",
  "when": [
    {
      "path": "shot.background_tangent",
      "op": "eq",
      "value": true
    }
  ],
  "then": [
    {
      "op": "propose",
      "value": "adjust_camera_subject_or_background"
    }
  ],
  "rationale": "Tangencies weaken figure-ground separation.",
  "tags": [
    "composition"
  ]
}

This rule as JSON → · Evaluate a context →