Save GIF
Saves a GIF when a specific condition is met.
Overview
The Save GIF
node allows for saving a GIF when a specific condition is met. This functionality is useful for applications requiring dynamic media capture based on real-time data or events.
Properties
Property | Description | Type | Default | Required |
---|---|---|---|---|
save_location | Save location. Options: Lumeo Cloud, Local disk | enum | cloud | Yes |
max_edge_files | Max. number of files. Conditional on save_location being Local disk | number | 5 | Yes |
capture_trigger | Start capturing and add a frame to the GIF when this condition evaluates to true. | trigger-condition | null | Yes |
end_trigger | Save the GIF when this condition evaluates to true or max. duration is reached. | trigger-condition | null | No |
max_duration | Max. GIF duration in seconds. | float | 5 | Yes |
pre_trigger_duration | Capture duration before the Capture trigger evaluates to true in seconds. | float | 0 | Yes |
capture_interval | Capture frames at this interval in seconds/frame. | float | 2 | Yes |
playback_interval | Playback frames at this interval in seconds/frame. | float | 2 | Yes |
resolution | Resolution. Options: Default (stream resolution), 1280x720, 640x360, 320x180 | enum | default | Yes |
Updated about 2 months ago