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

Released ver 4.40 of pi-timolo.py for testing of simplified takeNightImage function logic for greenish image problem #56

Closed pageauc closed 7 years ago

pageauc commented 7 years ago

pi-timolo.py release 4.40 Since an earlier update of the picamera python library and an associated camera driver update I have been getting greenish images at night and twilight. After testing I have simplified logic to allow camera to determine settings based on camera.framerate_range. This seems to have resolved the igreenish image issue, although some images are slightly darker than I would like. Please test this release and post a github issue if it works well or you discover problems. If everything is OK, I will cleanup unused functions and optimize. Will also add pixAve logging info somewhere since it is still used to determine day/night/twilight. Also want to set a lower pixAve setting to avoid camera taking black images when light level is very low. Your comments are greatly appreciated .... Thanks Claude .....

ozett commented 7 years ago

👍 🥇 (will test the next days...)

pageauc commented 7 years ago

Thanks Appreciate results of your testing.

Claude ....

On Mon, Apr 17, 2017 at 4:51 AM, ozett notifications@github.com wrote:

👍 🥇 (will test the next days...)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pageauc/pi-timolo/issues/56#issuecomment-294434182, or mute the thread https://github.com/notifications/unsubscribe-auth/AFr1ZLnvT2M75mH0Toyoj37F1BxF4yDpks5rwyf-gaJpZM4M-uQN .

-- See my YouTube Channel at http://www.youtube.com/user/pageaucp

pageauc commented 7 years ago

Found a bug when taking motion day images. Now uses motionCamSleep instead of timelapseCamSleep. Now captures motion with shorter delay. default is 0.7 sec instead of default timelapseCamSleep that is 4.0 seconds. Found motion was out of frame due to the 4 second delay. Things seem to work better now. Still testing the greenish image problem for takeNightImages. Working good so far. Please update to this version (sorry for the bug) Claude ...