TimeLapse Interval Max

Mapmonkey

New Member
Joined
Jan 29, 2016
Messages
2
Reaction score
0
Country
Korea, Republic Of
Hi all I'm thinking of picking up a Yi action cam but really want to be sure I can use long intervals for time-lapse other than the stock 30 seconds. Is there a limit on the value of sleep ?

Bit worried about this in XCY script does this indicate a 30sec limit of this attribute in XCY?
if [ -z "$TLDELAY" ]; then TLDELAY=10; fi;
if [ -z "$TLNUM" ]; then TLNUM=30; fi;
if [ -z "$TLONCE" ]; then TLONCE=${XYC_Y}; fi;

In a autoexec.ash script can the sleep attribute be set to , say 30mins (1800)

I presume I'd have to disable any sleep function of the camera.

I have searched this forum but haven't been able to find a definitive answer, so your help guys is greatly appreciated. I want to make a tree blossoming time-lapse if I can figure it out.
 
Did you get anywhere with this? It's almost like no one has figured it out.
 
Back
Top