Wait Camera State
wait_camera_stateConfirm camera state changes by waiting until a setting reaches the expected value, with timeout if not observed.
Instructions
Wait for camera capability to reach expected value.
Blocks until the camera observes the expected value or timeout occurs. Requires fresh OBSERVED confidence, not stale state.
Use this to confirm state changes after set_camera_value.
Returns success when expected value is observed with OBSERVED confidence. Timeout if value not observed within timeout period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| camera | Yes | ||
| setting | Yes | ||
| timeout | No | ||
| expected_value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||