-
Notifications
You must be signed in to change notification settings - Fork 1
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
Using Raspberry Pi Camera with Wifi and Picam #5
Comments
Please let me know and I'll edit the article to show your findings! This is excellent! |
@th0mas as noted in dwyl/smart-home-security-system#10 we would like to use a Camera Connected to the Pi to detect motion and switch on the Welcome Display. Which camera do you think would be appropriate for that? (Please do a some Amazon research and share a link so we can send you one today). Thanks! |
For your use case, I'd use https://www.amazon.co.uk/LABISTS-Official-Camera-Surrordings-Raspberry/dp/B07VT2KGQC: Which Is an Infrared version of the Standard Pi camera. There's a few problems that we'd need to overcome to tick all the boxes however:
Membrane Looks promising but doesn't have Native Picam support yet |
Yeah, totally understand that doing motion detection is definitely not easy. (hence making it a stretch goal). 👍 Arto Bendiken (@artob) gave a superb presentation on Home Security with Elixir and Nerves Similarly Jacqueline Manzi's (@JacquiManzi) excellent ElixirConf 2019 talk "Breaking Into Nerves" does motion detection: The code appears to be: https://github.com/JacquiManzi/jacqui_manzi_elixir_conf_breaking_into_nerves |
@pdgonzalez872 wrote this post in 2018. it looks like a good starting point:
https://medium.com/@pdgonzalez872/using-nerves-with-rpi3-wifi-and-picam-3b04cee78d22
Code + full walkthrough: https://github.com/pdgonzalez872/nerves_rpi3_wifi_picam
It would be great to:
The practical applications are:
a. Home security camera (external): dwyl/home#130
b. Monitoring Plants/Fish/Grow System for Aquaponics https://github.com/dwyl/learn-aquaponics/issues
c. OctoPi to monitor/record 3D printer activity - https://octoprint.org | https://youtu.be/ZxHf1LqPiPI
d. GrannyCam - create a secure stream using RTSP / WebRTC
obviously we wouldn't advise anyone to have a camera streaming publicly on the Internet! But with
auth
it could be a fun little project to create a bi-directional stream between grandparents and grandchildren who are otherwise separated by thousands of miles and only get updates when exhausted new parents remember to send them ... We know a couple of Grandmothers who would be addicted to this 24/7. 😜 ... Baby photos/videos are basically Crack for Grandmothers, they just can't get enough. 🙄I have the V2.1 Camera and a RPI3 (the exact components used in this tutorial), so I can try and get it working.
But we could consider getting a more advanced camera (with a variable focus lens): https://www.amazon.co.uk/dp/B07R4JH2ZV
@th0mas are you interested in helping out with this after you have finished your current work on Access Control?
The text was updated successfully, but these errors were encountered: