ksseverson57 / campy

Python package for streaming video from multiple cameras to disk. Features real-time compression and debayering using FFmpeg.
MIT License
37 stars 18 forks source link

Videos get overwritten #17

Closed olinesn closed 3 months ago

olinesn commented 8 months ago

Hello,

I've noticed that videos get overwritten if the same config file is run twice. Is there a way to add a flag/boolean for a feature to "Append OS clock timestamp to video filename"?

Thanks! Stefan

ksseverson57 commented 3 months ago

appending datetime to filenames is now the default behavior in "dev" and "AV1" branches. Flag to add/omit datetime has not been added to CLI.