KillerInk / FreeDcam

FreeDcam is a CameraApp for Android >4.0(ics) wich try to enable stuff that is forgotten by the manufacturs
GNU General Public License v2.0
298 stars 44 forks source link

AeBracket with naming scheme that allows to identify the bracket #157

Open gitoss opened 3 years ago

gitoss commented 3 years ago

At the moment, FreeDcam bracket files are just named yyyy_mm_dd_hh_mm_ss_x.jpg/dng.

However, the timestamp part can change during a bracket - making it difficult to identify the different shots of the bracket in an image editor or with a shell script.

=> Suggestion: add a upward counting 6-digit number to the file, like every other image apps (like OpenCamera) or dslr do. This number identifies either a single shot or the every shot in the bracket.

Example for a bracket: 2021_04_05_11_20_19_0.dng => 2021_04_05_11_20_19_123456_0.dng 2021_04_05_11_20_20_1.dng => 2021_04_05_11_20_20_123456_1.dng 2021_04_05_11_20_21_2.dng => 2021_04_05_11_20_21_123456_2.dng

Example for a single shot: 2021_04_05_11_20_19.dng => 2021_04_05_11_20_19_123456.dng