Disconnected cameras & downloading events #62
-
Hi there. First of all, thanks a lot for creating this project. It works really well, and is very useful. I'm using it to sync recent events to cloud storage (in the event that someone walks off with my cloudkey I at least want a chance of getting that last bit of footage). I was wondering if you could explain the logic behind only getting the
The end result is that one cannot download events for an offline camera (something which one might well want to do if replacing a camera). Worse still, one offline camera stops the download of any events from other cameras if the offline camera has an event in the start-end time period. I've modified your code to include cameras irrespective of the state, and with the modification event download works as expected when one or more cameras are disconnected. What have I broken by changing this logic? :) Sascha |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi Sascha – Thank you for asking this, and I'm happy to hear that you like the software so far! Theoretically, there shouldn't be anything that you could have broken with your changes – I think. That part of the code has always been more of a workaround than a solution. Would you mind sharing your changes here (or opening a pull request) so that I can have a look at it? Best |
Beta Was this translation helpful? Give feedback.
-
Hey everyone -- v2.1.3 is now available and includes the ability to download from disconnected cameras, thanks to @CodeChief's PR #89 |
Beta Was this translation helpful? Give feedback.
Hey everyone -- v2.1.3 is now available and includes the ability to download from disconnected cameras, thanks to @CodeChief's PR #89