I'm trying to use only IVS tripwires to trigger some of my Dahua cameras for Blue Iris (via ONVIF).
This is my configuration
1. Event > Video Detection > Motion Detection > Disabled
2. Event > Smart Plan > IVS
3. Event > IVS > Rule Config > Tripwires Enabled

Everything works as just fine... until it doesn't. Randomly it seems, one or more cameras will start triggering on any motion.
When I inspect the settings, I find that motion detection has been self-reenabled.

This does not appear to be camera-specific as I'm using 3 Dahua models and 1 Amcrest, and I've seen the issue with all of them.
And as far I can ascertain, the motion detection setting is not profile dependent (Day, Night, General).
I've "solved" this issue by periodically sending the following Dahua HTTP API command to each camera to disable motion detection (currently every 10 minutes).
My questions are these:
1. Has anyone else observed this?
2. Does anyone know why this might be happening? Am I overlooking a configuration setting?
This is my configuration
1. Event > Video Detection > Motion Detection > Disabled
2. Event > Smart Plan > IVS
3. Event > IVS > Rule Config > Tripwires Enabled



Everything works as just fine... until it doesn't. Randomly it seems, one or more cameras will start triggering on any motion.
When I inspect the settings, I find that motion detection has been self-reenabled.

This does not appear to be camera-specific as I'm using 3 Dahua models and 1 Amcrest, and I've seen the issue with all of them.
And as far I can ascertain, the motion detection setting is not profile dependent (Day, Night, General).
I've "solved" this issue by periodically sending the following Dahua HTTP API command to each camera to disable motion detection (currently every 10 minutes).
http://{camera_ip:port}/cgi-bin/configManager.cgi?action=setConfig&MotionDetect[0].Enable=false
My questions are these:
1. Has anyone else observed this?
2. Does anyone know why this might be happening? Am I overlooking a configuration setting?
Last edited: