Can't do suspend in sendCmd

This commit is contained in:
Isaac Connor 2021-04-24 19:22:17 -04:00
parent 8d4c2afda8
commit df754f0085
1 changed files with 0 additions and 3 deletions

View File

@ -158,9 +158,6 @@ sub sendCmd {
$res = $self->{ua}->get('http://'.$self->{Monitor}->{ControlAddress}.'/'.$cmd);
}
}
if (!$self->{Monitor}->{ModectDuringPTZ} and zmMemVerify($self->{Monitor})) {
zmMonitorResume($$self{Monitor});
}
return $result;
}