pageauc / pi-timolo

Raspberry PI-TIMOLO ( PI-TImelapse, MOtion, LOwLight ) uses RPI picamera and OpenCV for Remote Headless Security Monitoring using Motion Tracking, Rclone Auto Sync files with remote storage services. Auto Twilight Transitions and Low Light Camera Settings. Panoramic images using PanTiltHat and More. This project is featured on GitHub Awesome software.
MIT License
552 stars 102 forks source link

Release 5.00 with good transitions and extra features #59

Closed pageauc closed 7 years ago

pageauc commented 7 years ago

Release 5.00 with good transitions and extra features

This release has pretty good day/night transitions. Added a nightDarkAdjust var to bump Dark night lighting if required. Improved logging messages. Added ability to suppress showDots especially when vidieo stream thread is enabled.
Added timelapseExitSec timeout and timelapseNumMax reached logic. These will suppress further timelapse images when setting is reached and display log message. ### To Upgrade Rerun curl bash install script to update everything or Minimal upgrade from logged in ssh or terminal session) per commands below

cd ~/pi-timolo
cp config.py config.py.old
wget -O config.py https://raw.github.com/pageauc/pi-timolo/master/source/config.py
wget -O pi-timolo.py https://raw.github.com/pageauc/pi-timolo/master/source/pi-timolo.py

I Very Happy with this update. It has taken a while and a few partial revisions to achieve. Let me know if you find any issues. Claude ....