Page 1 of 1

Storage scheme option

Posted: Wed Oct 17, 2018 11:00 am
by tigerA
What means Storage Scheme in Options->Storage?

Re: Storage scheme option

Posted: Wed Oct 17, 2018 11:48 am
by Nocifer
If an event is generated by Camera 1 on October 17th, 14:30:20 (hour, minute, second), the resulting directory structure for each event with "Medium" will be:

Code: Select all

events/1/2010-10-17/*event number*
And with "Deep":

Code: Select all

events/1/2010/10/17/14/30/20/*event number*
...or something like that. I've never checked out how the "Light" scheme does things but I'd guess it's only 1 folder deep, something like

Code: Select all

events/1/*event number*

Re: Storage scheme option

Posted: Wed Oct 17, 2018 11:50 am
by tigerA
Thanks :)