Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Timelapse everytime stop at 51 shots #33

Closed
tomaszterka opened this issue Apr 1, 2015 · 10 comments
Closed

Timelapse everytime stop at 51 shots #33

tomaszterka opened this issue Apr 1, 2015 · 10 comments

Comments

@tomaszterka
Copy link

Hi,
Like i write in title timelapse everytime stop at 51 shots (using 5 sec timelapse file for HERO 2014 1.07 firmware). I tryed put some lover numers than 4 but still the same. Someone else have this problem?

@tomaszterka
Copy link
Author

I think this is solution for my problem. I just take config from NightLapse and delete line with ISO, exp and all works fine. For example here is config for 5sec Timelapse:

sleep 1
t app key mode
sleep 1
t app key record
sleep 1
reboot yes

I counted also time needed for reboot so this giving u +/- 5 sec

@ghost
Copy link

ghost commented Apr 2, 2015

Will look at it tomorrow, thanks!
Konrad Iturbe
Madrid, Spain.
http://chernowii.com
Sent using CloudMagic
On Thu, Apr 02, 2015 at 9:42 PM, tomaszterka notifications@github.com wrote:I think this is solution for my problem. I just take config from NightLapse and delete line with ISO, exp and all works fine. For example here is config for 5sec Timelapse:

sleep 1
t app key mode
sleep 1
t app key record
sleep 1
reboot yes

I counted also time needed for reboot so this giving u +/- 5 sec

—Reply to this email directly or view it on GitHub.

@vicloro91
Copy link

Hello,
not if I passed, but the timelapse file runs only 51 times , only makes 51 photos.
playing some file got it reached 10,000 approx.
I have done it if you're interested , repeating the code sleep ... t app key 180 times in a file ( not because it leaves me repeat more times ( the camera does not support it ?)) .
So I get to do 180 pictures before the restart file timelapse.ahs
The version is the last one was released . The camera is 1.07 and the hero 2014

@tomaszterka
Copy link
Author

I can check it if u have better idea :)

@KonradIT
Copy link
Owner

KonradIT commented Apr 3, 2015

@tomaszterka Hi. Thanks for the correction, I did a time lapse.ash file to avoid any problems but it seems it does not work. Will update the project. I haven't got a Hero 2014 so I can't test the other intervals, could you test this please:

10 seconds interval:

sleep 1
t app key mode
sleep 5
t app key record
sleep 1
reboot yes

30 seconds interval:

sleep 1
t app key mode
sleep 25
t app key record
sleep 1
reboot yes

Best regards

@tomaszterka
Copy link
Author

Ok i will test this. On 5 sec interval like i write before i recorded 16 min and iv got somthing like 200 pictures and all works fine. But will test a little more :)

@vicloro91
Copy link

stops when it reaches 581 photos.
knowing that makes 581 reboots and 51 readings timelapse file, I have implemented the following code , which I tested and it works.
reaches 51 photos and restarts, and 51 more restarts , so by logic we would have 581 * 51 = 29000 approx.
sleep 5
t app key record
sleep 5
d:\timelapse.ash
reboot yes

@tomaszterka
Copy link
Author

Just checked this code (10 sec):

sleep 1
t app key mode
sleep 5
t app key record
sleep 1
reboot yes

2h of shooting
665 photos

and all still working fine :)

@ghost
Copy link

ghost commented May 9, 2015

For me the 10 sec interval works also perfect! My only question is if continuous reboot harms the camera. Do you guys have an idea about it?

@ghost
Copy link

ghost commented May 11, 2015

@dantypas2 It should not harm the camera as long as the picture is progressed correctly.
Sent using Boxer
On May 9, 2015 2:33 PM, dantypas2 notifications@github.com wrote:For me the 10 sec interval works also perfect! My only question is if continious reboot harms the camera. Do you guys have an idea about it?

—Reply to this email directly or view it on GitHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants