Open Redferne opened 8 years ago
+1 I'm currently looking for a way to easily do this as a poor man's Ring
OK guys bare with me on that one:
d=`date +%d-%m-%y`
t=`date +%T
mpack -s "Somebody is at the door" /PATH/TO/YOUR/Images/$t$d.jpg your@email
That script assumes that there will be motion detected prior and during pressing the doorbell button! EDIT: Just make sure the recording is set for at least 10 seconds before and after the motion gets detected. EDIT 2: Only possible with motion installed on another system like Raspbian, otherwise look https://github.com/ccrisan/motioneye/issues/366
You can also refer to: https://github.com/ccrisan/motioneye/issues/94
Returning to the initial issue:
I would like to trigger a snapshot via http-request (and then download the still-image to display it in my Home-Automation-System (FHEM)). Is there a way to do this?
@jorgekramer you could simply use the Snapshot URL.
@jorgekramer you could simply use the Snapshot URL.
@ccrisan I see its possible to get a still image via the Snapshot URL. But like @Redferne I need to trigger motioneye to take a snapshot, like a virtual push on the snapshot button. Than the image is saved by motioneye.
I have a doorbell (doorbird) and it can send an http(s) request whenever someone rings the bell or motion is detected. It would be great if I could give it an API-URL that than triggers a snapshot or recording.
Is there such an URL already? Maybe we can use the manual snapshot function (action = 'record_start';). If not, would it be a lot of work to implement?
I have the same situation. Actually I would really love to get the Doorbird motion sensor to trigger a video recording. The motioneye internal motion detection is just too hard to get working reliably, as it relies on image data alone. The Doorbird has a hardware motion detector so that would work much better...
Would like to request this feature for a http request and/or trigger file. So that we can get a doorbell to automatically capture the visitor.