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

Support for IR motion sensor #34

Open
mase76 opened this issue Jan 24, 2021 · 3 comments
Open

Support for IR motion sensor #34

mase76 opened this issue Jan 24, 2021 · 3 comments

Comments

@mase76
Copy link

mase76 commented Jan 24, 2021

Hi!
Will there also be support for an IR motion sensor?

@bkeevil
Copy link
Owner

bkeevil commented Feb 11, 2021

Its a possibility. Not a lot of free memory on these devices so all additional features should be something users enable in firmware via make menuconfig.

@g8ecj
Copy link

g8ecj commented May 29, 2021

I'd be interested in motion detection (no need for IR) with the following main loop:

  • sleep for 500ms
  • grab frame (& decimate down to reasonable pixel count)
  • compare to last frame
  • if large differences then fire up wifi, stream a few seconds worth at a server
  • shut down wifi (power save)
  • save last frame of burst for next sleep/compare cycle
    The idea for this is low average power to run from a single 18650 Lion cell + solar panel (0.5 to 1w panel)

@melvinisken
Copy link

You could check out https://github.com/alanesq/CameraWifiMotion
Maybe this has some of the features you are looking for.. I think it is not optimized for power save though..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants