Read the statement by Michael Teeuw here.
How are people viewing camera snapshots on their MM?
-
I just finished rebuilding my script and in combination with the MMM-ImagesPhotos module, it’s working ok.
The script is relatively simple using a set of wget commands and is called via a crontab entry @reboot to keep it running at all times. It has a 30 second wait time before downloading again.
I mounted the uploads directory to a 24MB tmpfs mount which is actually more than I needed but I wanted to ensure it didn’t run out of space. It works but it’s not as elegant as I would prefer.
MMM-ImagesPhotos still seems to lag a bit when showing images despite having set the getInterval to 5000 ms. I’ll keep researching another solution and may try to refine my script and my config some in the future. As of right now, it refreshes the images every few minutes which is not what i was after but it’s better than nothing I suppose.
For now, I’ve got everything (mostly) as I wanted it again and am happy enough to move on for the time being. I’ve also made sure to backup my script and config. If anybody would like the script or to pick my brain a bit on my final-ish solution, feel free to ask.
-
@slaeyer99 cool. my mount is directly to the smb server so the images are loaded from the server directly.
my MMM-ImagesPhotos fork supports recursive folder search
too -
@slaeyer99 I personally use MMM-EmbedURL - and just directly grab either the stream (via MotionOS) or individual frames.
-
@sdetweil Do you have a link to your github repo?
-