Skip to content

Use a default value which allow to read the very first index

Valentin Valls requested to merge fix-default-value into master

Without argument readLastImage is not able to return the very first frame.

if 0 <= 0:
    raise while the frame 0 could be returned

Merge request reports