Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nice to have feature: Option to stop or pause the motion detection daemon #30

Open
jksemple opened this issue May 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jksemple
Copy link

jksemple commented May 5, 2024

The Daemon that runs motion detection as a separate RTOS task cannot be stopped after calling .start(). It would be good to provide .stop() and .pause() methods that would allow the task to delete itself or to be paused.

In my application I want to use motion detection at low resolution and then switch to taking a few high resolution pics once triggered and reverting back to low-res motion detection later. I will adapt your Your Motion_Detection_Higher_Resolution example for now but ultimately it would be better to run the motion detection as a separate task using your Daemon feature and to be able to pause motion detection temporarily while taking a set of high-res pics to ensure the detected object is properly captured at least once.

@jksemple jksemple changed the title Nice to have feature: Option to stop or terminate the motion detection daemon Nice to have feature: Option to stop or pause the motion detection daemon May 5, 2024
@eloquentarduino
Copy link
Owner

Looks good, will add this.

@eloquentarduino eloquentarduino added the enhancement New feature or request label Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants