bitluni / ESP32CamTimeLapse

152 stars 56 forks source link

Time-Laps interval #3

Closed hjoertel closed 4 years ago

hjoertel commented 4 years ago

Thanks for the project. It compiles and loads on the board. But I'm not able to change the Time-Lapse interval using the web interface. no idea what happens but a picture is still taken every second like one can see at the flashing LED and the serial console.

RBEGamer commented 4 years ago

yeah i had the same problem; i pushed a pull request fixing this issue

wzy-99 commented 4 years ago

I also had the same problem. Besides, the initial information of the setting can't be gotten.

bitluni commented 4 years ago

yeah i had the same problem; i pushed a pull request fixing this issue

Which of your changes makes the interval work again?

hjoertel commented 4 years ago

yeah i had the same problem; i pushed a pull request fixing this issue

I tried your changes, but still changing the time interval via web ui is not possible. The only change was that the camera is now taking a picture every 10s.

feilimb commented 4 years ago

Has this issue now been resolved? I noticed some pull requests were merged in recently.. (I was seeing the same issue when I tried to change the interval to every 30 seconds - photos were taken every second).

bitluni commented 4 years ago

To be honest I didn't have time to test it.. it was a pure trust merge. please let me know if it works for you :-)

On Thu, Feb 6, 2020 at 8:18 PM Feilim Breatnach notifications@github.com wrote:

Has this issue now been resolved? I noticed some pull requests were merged in recently.. (I was seeing the same issue when I tried to change the interval to every 30 seconds - photos were taken every second).

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bitluni/ESP32CamTimeLapse/issues/3?email_source=notifications&email_token=ADCGI2Y4I4J5LKI3PBWRGYLRBRO7HA5CNFSM4KNUNZE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELAOBPY#issuecomment-583065791, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADCGI2YVZOG5IV65YDNDFWTRBRO7HANCNFSM4KNUNZEQ .

feilimb commented 4 years ago

@bitluni I just uploaded the latest code to my esp32cam - and all is good :) the pull requests did indeed resolve this issue with the interval now working in the web interface. It seems you can even change the interval while a time lapse is underway. I started at a 30s interval, and then reduced to 10s, and finally went to 5s interval - I could see from serial output that frames were adjusting to each new interval.

Thanks for the work, I did a hack on the original code also a month back where I added a control to turn on/off a strip of 5 APA102 LEDs (RGB), and a slider to control their brightness. Then I placed the cam inside a bird nestbox in back garden - but after no birds decided to move into the vacant box after 6 weeks I ripped the esp32cam out again :)

hjoertel commented 4 years ago

Am Donnerstag, 6. Februar 2020, 20:20:55 CET schrieb bitluni:

To be honest I didn't have time to test it.. it was a pure trust merge. please let me know if it works for you :-)

It works now for me too. Thanks for fixing the code.

Does make sense to have 'halt' button to savely remove power and the SD Card?

Regards Heinz