recording_manage
Capture viewport frames, configure MovieWriter settings, and check recording status to automate Godot image and video export.
Instructions
Viewport Capture, Image Export, and MovieWriter Recording Automation.
Ops:
capture_viewport(target_path="res://screenshot.png", viewport_path="") Capture current frame from a Viewport and save to PNG.
configure_movie_writer(movie_file="res://movie.avi", fps=60, quality=0.8) Configure MovieWriter settings in ProjectSettings.
get_writer_status() Check if MovieWriter mode is active and inspect configured output file.
Canonical call shape: {"op": "<verb>", "params": {...}}. Flat op parameters are accepted as a compatibility alias when the client transmits them; op and session_id remain top-level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | ||
| params | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||