python-arlo icon indicating copy to clipboard operation
python-arlo copied to clipboard

Motion sensor notifications?

Open tchellomello opened this issue 8 years ago • 5 comments

Guys, how about if we create a method to check or be notified when a motion sensor occurs?

camera.is_motion
True

@viswa-swami do you think is possible to do this?

tchellomello avatar Jun 30 '17 04:06 tchellomello

@tchellomello I did see a Boolean flag in one of the properties (not sure camera or base-station) like "motion detected" and "soundDetected". But I didn't get a chance to try out that flag. Also not sure if it will be true for sometime after motion is detected, because it will take roughly 5 seconds for us to subscribe to event stream and get the result.

Another option to use the last video capture timestamp and if it is within few seconds then we can set "motion detection" as true.

viswa-swami avatar Jul 01 '17 04:07 viswa-swami

@viswa-swami I'll run some tests with that and see if we can create such sensor. I'll keep you posted. Thanks :+1:

tchellomello avatar Jul 01 '17 07:07 tchellomello

Hi, are there news about to have a feedback for a motion detection?

Thanks

vzlgdu avatar Jan 10 '18 17:01 vzlgdu

same here

empierre avatar Feb 15 '18 20:02 empierre

ditto, I'm anxious for this also

schmittx avatar Jul 21 '18 03:07 schmittx