TimedCaptureMode

This class represents the capture settings when a simple timer mode is used. Note: when using this mode, the wait() function will wait until the specified duration is recorded and the capture has ended.

Attributes

NameTypeDescription
duration_secondsfloat
trim_data_secondsOptional[float]

Methods

__init__(duration_seconds: float, trim_data_seconds: Optional[float] = None) -> None
AI/LLM users: see llms-automation.txt for machine-readable documentation.