From 8d4c2afda809fd0441708bf01ab3cfe75cf2355d Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sat, 24 Apr 2021 12:00:30 -0400 Subject: [PATCH] Can't do suspend in sendCmd --- scripts/ZoneMinder/lib/ZoneMinder/Control/Amcrest_HTTP.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/Control/Amcrest_HTTP.pm b/scripts/ZoneMinder/lib/ZoneMinder/Control/Amcrest_HTTP.pm index 8d7873b8e..14d1eb8e3 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/Control/Amcrest_HTTP.pm +++ b/scripts/ZoneMinder/lib/ZoneMinder/Control/Amcrest_HTTP.pm @@ -139,9 +139,6 @@ sub sendCmd { my $result = undef; $self->printMsg($cmd, 'Tx'); - if (!$self->{Monitor}->{ModectDuringPTZ} and zmMemVerify($self->{Monitor})) { - zmMonitorSuspend($$self{Monitor}); - } my $res = $self->{ua}->get($$self{base_url}.$cmd);