Imou Looc (dahua ipc c26e) - How can I activate and desactivate motion detection with Onvif

wtf1110

n3wb
Sep 15, 2020
3
1
France
Hi,

I bought this camera because it was supposed to be compatible with IFTTT but it doesn't.
My end goal is to be able to activate and desactivate motion detection with a physical bouton but I know it's maybe too much to ask with this price range of camera ??
Do you think it's possible to do it with ONVIF ?

Best regards
 
  • Like
Reactions: mat200
first check whether the camera support dahua http api calls, test with some command eg:
http://<ipaddress>/cgi-bin/configManager.cgi?action=getConfig&name=VideoColor

if you get a response, then it supports api and READ the dahua/amcrest api document (google search for it if you dont have one) for the command you need. eg. see pic below.

you probably need to write some python script that listens for a pressing button event and sends a http command when it is pressed.

1621983388123.png
 
  • Like
Reactions: wtf1110 and mat200