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));