Bug 132 - Fixed problem with Axis PTZ causing wrong motion.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1484 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
8f70e9eba3
commit
d02b00e65b
|
@ -487,7 +487,7 @@ elsif ( $command eq "move_rel_downleft" )
|
|||
}
|
||||
elsif ( $command eq "move_rel_downright" )
|
||||
{
|
||||
stepDownLeft( $panstep, $tiltstep );
|
||||
stepDownRight( $panstep, $tiltstep );
|
||||
}
|
||||
elsif ( $command eq "zoom_rel_tele" )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue