tfaehse / DashcamCleaner

Censor identifiable information in videos, in particular dashcam recordings in Germany.
GNU Affero General Public License v3.0
131 stars 27 forks source link

`--frame_memory` option is off by one #33

Closed joshinils closed 2 years ago

joshinils commented 2 years ago

meaning a value of 0 actually is interpreted as 1, so any default behaviour is to use two frames, not only the current one.

and for and larger value like 5 it uses 6 frames.