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
549 stars 101 forks source link

Myallh patch 1 #20

Closed mch3000 closed 7 years ago

mch3000 commented 7 years ago

I fixed an error - "cameraRotate" was changed to "imageRotation" in the config file but not pi-timolo.py "useVideoPort" option added - faster than the image port, but image quality suffers I added an option to use multiple previous images averaged together (rather than just the one image) for motion checking - mainly so that it doesn't take photos of the empty background if an object enters then leaves. I believe none of these changes will break anything, though I have only really checked the motion detection parts.

pageauc commented 7 years ago

Thanks for the merge. I have not spend time with this app in a while and what I use it for is mostly very remote security and timelapse. Appreciate your efforts