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