If one monitor detects motion, record on all monitors. Allow circular dependencies with linked monitors
Posted: Sun Jan 14, 2024 5:17 pm
Linked Monitors does not allow circular dependencies, which could be useful. If two monitors are linked together, both ways, ZM should allow that if one of them detects motion, the other will get alarmed and vice-versa.
Unrelated question: Why does zm poll onvif every ten seconds and not more frequently, doesn't this mean events will get 10 second delay at times?
zm_monitor.cpp:1908
Unrelated question: Why does zm poll onvif every ten seconds and not more frequently, doesn't this mean events will get 10 second delay at times?
zm_monitor.cpp:1908
Code: Select all
std::this_thread::sleep_until(loop_start_time + std::chrono::seconds(10));