python-arlo
python-arlo copied to clipboard
Motion sensor notifications?
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 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 I'll run some tests with that and see if we can create such sensor. I'll keep you posted. Thanks :+1:
Hi, are there news about to have a feedback for a motion detection?
Thanks
same here
ditto, I'm anxious for this also