Closed jcksnvllxr80 closed 3 years ago
Thanks for this and apologies for not getting back. I've been a tad under the weather this week and not getting as much screen time as I usually would.
Let me take a look later this week and come back with some suggestions - thinking that we potentially branch this version so that the other route still exists as well as this improved, service based approach. That gives the user a choice to opt for whichever version they are most comfortable with
Fantastic work by the way, might be good to pick your brains on how a live streaming version could work with BerryCam.
Maybe we can avoid branching by putting the BerryCam*.py files in the /home/pi directory and using a link (hard/soft) to also put them in the /usr/bin directory (where the service is running)... this way, only one file needs to be maintained. Also, remove the service enable command from the installation script so it doesn't run on boot out of the gates. If the user wants to enable it to start on boot manually, they can do that with a command... but if not, it still works the same way you already have it setup. I just need to do some testing to see how the link piece will work.