StillManager.grab_still_from_timeline_markers#
- StillManager.grab_still_from_timeline_markers(timeline: Timeline = None, grab_sleep_time: float = 0.5) List[MarkerStill][source]#
Grab stills at each marker location on the requested timeline.
- Parameters:
timeline (Timeline, optional) – Timeline to evaluate. Defaults to the manager timeline.
grab_sleep_time (float, optional) – Seconds to sleep between grabs, allowing Resolve to update the gallery.
- Returns:
Still metadata accumulated so far.
- Return type:
List[MarkerStill]