Function collect_input_frames

Source
pub fn collect_input_frames(
    input_folder: &Path,
    file_pattern: Option<String>,
) -> Result<Vec<PathBuf>, Box<dyn Error>>
Expand description

Collect files from input_folder matching the optional pattern. Defaults to *.png when no pattern is provided.