This repository was archived by the owner on Apr 6, 2023. It is now read-only.
  
  
  
  
Replies: 3 comments 1 reply
-
| 
         Hi! I think you are mistaken, currently this integration relies on ONVIF notifications, but there are a few issues: 
 For all these reason, I introduced a few weeks ago an API based detection which you can tune by changing setting "Motion states update fallback delay (seconds)" (https://github.com/fwestenberg/reolink_dev/blob/master/TSHOOT.md)  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            -
| 
         I'm using a solution based on the email event. See PR #453  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| 
         @kmhallen nice work :) I will test it :D  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Because the current mention detection based on Rest API is quite unreliable I was thinking about different approach.
As mentioned on reolink forum cameras suport
ONVIF Pull-Point Notification InterfaceandONVIF Basic Notification Interface.In our case
Basic Notification Interfaceis much better, so i did some experiment using ONVIF Node.js client and the example they are providing, to see if this is really working.Here's what i have found 🙌 camera is calling my endpoint and sending event there:
Unfortunately AI detections are no propagated but i have already created a ticket for that.
What do you think about this? Are there any chance to use this approach in this integration ?
Beta Was this translation helpful? Give feedback.
All reactions