Production rules · Camera
CAM-012
Soft rule priority 62 domain: camera movement
Rationale
Camera energy should not overwhelm the beat.
IF — conditions (all must hold)
- shot.motion_intensity_exceeds_story eq true
THEN — actions
- propose "reduce_speed_amplitude_axes_or_frequency"
This is a soft rule: when it matches it flags, proposes or annotates, but never blocks on its own.
Full record
{
"id": "CAM-012",
"domain": "camera",
"priority": 62,
"hard": false,
"logic": "all",
"when": [
{
"path": "shot.motion_intensity_exceeds_story",
"op": "eq",
"value": true
}
],
"then": [
{
"op": "propose",
"value": "reduce_speed_amplitude_axes_or_frequency"
}
],
"rationale": "Camera energy should not overwhelm the beat.",
"tags": [
"movement"
]
}