Merge pull request #3164 from jim-perkins/patch-1

Update HikVision.pm
This commit is contained in:
Isaac Connor 2021-02-18 09:09:26 -05:00 committed by GitHub
commit f6c2e35fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ sub moveVector {
# Send it to the camera
$self->PutCmd($command,$xml);
}
sub zoomStop { $_[0]->moveVector( 0, 0, 0, splice(@_,1)); }
sub moveStop { $_[0]->moveVector( 0, 0, 0, splice(@_,1)); }
sub moveConUp { $_[0]->moveVector( 0, 1, 0, splice(@_,1)); }
sub moveConUpRight { $_[0]->moveVector( 1, 1, 0, splice(@_,1)); }