timelapse_start
Initiate an automated timelapse session on a connected DSLR, configuring shooting interval, capture count, scheduling, and auto-exposure to adapt to changing light conditions.
Instructions
タイムラプス撮影ジョブを開始する(バックグラウンド実行、即座に返る)。
name: セッション名(例: asagao)。保存先フォルダ名になる
interval_sec: 撮影間隔(秒)
count: 撮影枚数の上限(省略可)
start_at/end_at: "20:00" 形式。省略時は即開始・無期限(stopで終了)
autofocus: 毎回AFするか。夜間はFalse(置きピン)推奨
auto_exposure: Trueで自動露出追従(夜→朝の白飛び対策)。Falseなら完全固定露出
ae_target: 目標平均輝度(0-255)。夜のシルエット重視なら90前後、標準は115
ae_max_shutter: 自動露出が使う最長シャッター秒(インターバルより短くすること)
ae_max_iso: 自動露出が使う最大ISO
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| count | No | ||
| end_at | No | ||
| start_at | No | ||
| ae_target | No | ||
| autofocus | No | ||
| ae_max_iso | No | 1600 | |
| interval_sec | Yes | ||
| auto_exposure | No | ||
| ae_max_shutter | No | 8 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||