Capture a still to the vault gallery
capture_to_vaultCaptures a preview still from a TouchDesigner TOP and appends it to a dated gallery note in Obsidian, building a visual look-book over time. Use this to document looks or reference frames.
Instructions
Captures a preview still from a TOP and appends it to a dated gallery note in the Obsidian vault, building a visual look-book over time. Each call writes the PNG image under /images/ and appends a new section to /.md (defaulting to today's date so all daily captures land in one note). Use this to document looks, reference frames, or build a browsable gallery of your session's visuals. Requires a configured TDMCP_VAULT_PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_path | Yes | TOP to capture a still from. | |
| gallery | No | Vault subfolder for the gallery note + images. | Gallery |
| note | No | Gallery note name (defaults to today's date, so captures accumulate into one daily look-book). | |
| caption | No | Caption for this capture. | |
| width | No | Capture width. | |
| height | No | Capture height. |