motioneye-project / motioneye

A web frontend for the motion daemon.
GNU General Public License v3.0
3.84k stars 649 forks source link

Still Images: cams take pictures 24/7 #3021

Closed SuMaPa closed 15 hours ago

SuMaPa commented 2 days ago

hi

I use MotionEye Version 0.43.1b1, Motion Version 4.6.0, OS Version Debian 12 on Raspberry Pi5. python version: 3.11.2 I have set in my settings: Still Images: Motion Triggered [(One Picture)] Working Schedule: Mo-Su 0600 - 2200, Outside Working Schedule Text Overlay, Video Streaming, Movies & Motion Notifications are deactivated.

But the cams take pictures 24/7. I have no idea what could be causing this.

best regards

1 2 3 4 5 6 7

MichaIng commented 2 days ago

This has been fixed with motionEye 0.43.1b2 already, but we currently cannot publish to PyPI, because the original maintainers email needs to be refreshed. Please update it like this for now:

sudo python3 -m pip install --upgrade 'https://github.com/motioneye-project/motioneye/archive/0.43.1b2.tar.gz'

EDIT: Ah, I missed that the PyPI issue has been solved already. I uploaded 0.43.1b2, hence you can now update it the common way:

sudo python3 -m pip install --upgrade --pre motioneye
SuMaPa commented 1 day ago

Many thanks Micha!! I took your first option. I would like to test it by tomorrow evening. Then I will set it to solved.

SuMaPa commented 15 hours ago

hi Thank you very much, works very well!!