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
553 stars 102 forks source link

Thread the camera image capture #27

Closed MartinStolle closed 7 years ago

pageauc commented 7 years ago

Release 4.90 implements threaded video streaming for motion detection. Still has to change to non thread mode to take quality full size images. See config.py for new motionStreamOn variable. This greatly improves speed of motion frames rate. Also transitions are now pretty smooth with minimal or undetectable lighting changes. minimal upgrade is (from logged in ssh or terminal session)

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

It is recommended that you have the latest raspbian firmware. Older firmware may work but I have not tested this. I have only tested on up-to-date raspbian and firmware.

sudo rpi-update

Let me know how this update is working for you. Claude ...