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

wtf1110

n3wb
Joined
Sep 15, 2020
Messages
3
Reaction score
1
Location
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
 

wtf1110

n3wb
Joined
Sep 15, 2020
Messages
3
Reaction score
1
Location
France
UP please
I need to find a way to arm/disarm without using the app something physical
 

holiday

Pulling my weight
Joined
Sep 12, 2018
Messages
273
Reaction score
182
Location
Having a holiday
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
 
Top