Skip to content

more onvif events e.g. person detection trigger recording

Harry Martland requested to merge HarryEMartland/Shinobi:more-onvif-events into dev

Hi, I have a Reolink PoE Video Doorbell and noticed that when it detected a person Shinobi did not record. I believe this is due to the doorbell only sending a person detected ONVIF event and not a motion one.

This MR changes up the ONVIF event handler to listen to all ONVIF events which in turn triggers a record. The code currently excludes "false" events when the camera notifies the person or motion has ended similar to the original code.

I am running this code locally to test things out in the wild.

Merge request reports