Naming photos sequentially [SOLVED]

Post your questions and help other users.

Moderator: Martin

Post Reply
brownstein
Posts: 4
Joined: 29 Jan 2014 02:47

Naming photos sequentially [SOLVED]

Post by brownstein » 30 Jan 2014 00:23

Hello,

Just bought the app and already love it!

I setup a custom widget to take a photo without opening the app (Take picture) and I picked my storage/extsdcard/DCIM/Camera/quickpic.jpg as the file name, however there may be instances where I will snap multiple photos at once. Right now my widget will just keep overwriting the pic.

What option (variable?) can i put in there to add photos to the folder with a sequential naming convention so that they don't just overwrite each other?

Thanks.
Last edited by brownstein on 30 Jan 2014 00:39, edited 1 time in total.

brownstein
Posts: 4
Joined: 29 Jan 2014 02:47

Re: Naming photos sequentially

Post by brownstein » 30 Jan 2014 00:38

Figured it out. I used the info from this post http://automagic4android.com/forum/view ... name#p3617
Hi,

You can use the variable triggertime and the dateformat option to create the filename.
For example:
screencap -p /mnt/sdcard/Screenshot_{triggertime,dateformat,yyyy-MM-dd-HH-mm-ss}.png

Regards,
Martin

evebrea
Posts: 116
Joined: 12 Aug 2013 15:28

Re: Naming photos sequentially [SOLVED]

Post by evebrea » 27 May 2014 05:04

can you post the flow for others to use? I'm trying to make a security flow where if i send my phone a specific message by SMS it locks it down and starts taking pictures (which dropsync will upload) but i, like you, found the issue of the "take picture" action just overwriting the same picture. So, mind posting what you got so someone else can use it? :D

evebrea
Posts: 116
Joined: 12 Aug 2013 15:28

Re: Naming photos sequentially

Post by evebrea » 27 May 2014 19:06

brownstein wrote:Figured it out. I used the info from this post http://automagic4android.com/forum/view ... name#p3617
Hi,

You can use the variable triggertime and the dateformat option to create the filename.
For example:
screencap -p /mnt/sdcard/Screenshot_{triggertime,dateformat,yyyy-MM-dd-HH-mm-ss}.png

Regards,
Martin
can you post the flow for others to use? I'm trying to make a security flow where if i send my phone a specific message by SMS it locks it down and starts taking pictures (which dropsync will upload) but i, like you, found the issue of the "take picture" action just overwriting the same picture. So, mind posting what you got so someone else can use it? :D

Post Reply