Can't do suspend in sendCmd
This commit is contained in:
parent
1dbfa0790a
commit
8d4c2afda8
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue