malun wrote:I deliberatly didn't allow the {X} variable together with the timestamps. I'm not sure I understand what you want to achive here...
If you want save an image every five seconds during a complete day, just set the file name like image_{date}_{tstamp}.jpg and set the interval to 5 seconds. Then you will save an image every fifth second with a unique file name during that day. When a new day begins the date will change and you will _not_ overwrite the old files. So you will have an image saved every fifth second for the new day also.
/malun
You understood correctly - I was talking about overwriting the old day files with the new day ones. You know to conserve disk space or whatnot... so files you saved for 24 hours would always be the most recent 24 hours. I know the unique date filenames make this impossible though.
The practical application I was trying to achieve was this: I wanted to set my cam up to take an image every 5 seconds out my window and into the backyard. But I don't want images to just stack up and take file space, so I wanted to keep only the most recent images from the last 24 hours.
Now the {X} variable does that very well because I can use the wizard to only keep the last {X} images - but using that variable makes it difficult to arrange them into a movie. When importing the images the numbering system gets jumbled when importing, so files get brought in like this:
img19.jpg
img2.jpg
img20.jpg
So when the movie file is created, frames get put in the incorrect number sequence...
Does that make better sense about what I was trying to do? Maybe the answer is more in the numbering system in using the {X} variable? 000002.jpg wouldn't be able to get imported between 000019.jpg and 000020.jpg - so all the files would stay in order when imported. Perhaps numbering with a system like that might be easier.
Bah, the {tstamp} fix is a pretty good work around for now
