We changed the code so now the countdown to starting a newly uploaded time-lapse varies from 6-8 seconds, instead of4-6 like it did prior. The case scenarios are the same, simply add 2 seconds to whatever the countdown is.
Also, the general protocol for how the progress screen should update/sync with Radian:
- user hits upload
- 6-8 second countdown
- Progress page displays and 1 picture is immediately taken, and thereafter every [interval] seconds
- If interval <4, Radian will move .5interval, after the picture is taken (so picture taking and radian movement is offset by .5interval)
- If interval >=4, Radian will move (Interval - 2 seconds) after every picture is taken.
We changed the code so now the countdown to starting a newly uploaded time-lapse varies from 6-8 seconds, instead of4-6 like it did prior. The case scenarios are the same, simply add 2 seconds to whatever the countdown is.
Also, the general protocol for how the progress screen should update/sync with Radian: