You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The captures module currently serves boilercv with some module-level constants as defaults and a particular filename scheme. Generalize this approach somewhat, while keeping some sensible defaults (e.g. video format).
Optimize scale_bool and determine when it is necessary
Generalize file writing for only MP4 (pyav plugin), TIFF (tifffile_v3 plugin), and PNG (Pillow plugin). Use the v3 API and imopen in the refactor. Allow arguments to be passed through to override behavior, but choose reasonable defaults.
The
captures
module currently servesboilercv
with some module-level constants as defaults and a particular filename scheme. Generalize this approach somewhat, while keeping some sensible defaults (e.g. video format).scale_bool
and determine when it is necessaryimopen
in the refactor. Allow arguments to be passed through to override behavior, but choose reasonable defaults.preview_frame
behavior to preview arbitrary framesscale_bool
The text was updated successfully, but these errors were encountered: