buildroot-camera-rpi
buildroot-camera-rpi copied to clipboard
ssh + motion detection
not really a bug but a feature request - can you add (even if you don't build it but i will) ssh and motion detection via "motion"? i would do it but my know how is limited to routers and similar things (openwrt/lede - still buildroot but you're definetly faster at this than i am)
i think i figured it out - have no idea though how to integrate motion into the game (aka homekit + motion detected shot pics)
this might help. The trick is to create a plugin that exposes a motion sensor to homekit. If you put that in the same room as the camera it will show notifications with a current snapshot.
I use the hue motion sensor. I found software detection (i.e. motion
) to cause too many false positives.
ssh is not added by default for security reasons.
I have an issue which i also checked against your released image. Upon first booting the pi zero I can successfully pair it with HomeKit and all works as expected. If I do a power cycle it can’t detect the board any more and I have to reflag in order to get it to repair... any tips on how to debug it?
Solved, dead sdcard. Never had such behavior due to dead sdcards...
2leonardpitzu, can you tell me what did you do to use motion and how you paired it with HomeKit?
took the buildroot, added motion and motioneye to it and a few plugins. it works as follows: motion connects to the camera and is responsible for motion detection. When motion is detected, motion (the app) saves a picture. Using homebridge plugins i've configured 2 things. First i capture the live stream motion (the app) delivers and issue notifications when a picture is saved. Given the limited powers of the pi zero i either miss detecting motion or live stream video at a decent resolution. So as i can't have both i skipped the project for now (also due to few spare time available for this) and am searching for a better solution.
+1 on enabling ssh (or at least providing instructions for modifying the image for ssh access). Thanks for the built version; couldn't get ffmpeg
installed on Rasbian Stretch (Desktop or Lite) on a Pi Zero W.
for ssh it's very easy - follow the steps and after running make xconfig just enable ssh. Continue with the rest of the steps and in the end the image will have ssh.
for ssh it's very easy - follow the steps and after running make xconfig just enable ssh. Continue with the rest of the steps and in the end the image will have ssh.
i have installed the latest img and it works! where can i activate the ssh?
Tried with placing an empty "ssh" file in the root of the boot volume. Without success. Andy idea?
for ssh it's very easy - follow the steps and after running make xconfig just enable ssh. Continue with the rest of the steps and in the end the image will have ssh.
How did you enable SSH?