Small corrections

This commit is contained in:
Kfir Itzhak 2011-08-02 16:35:10 +03:00
parent de015761c1
commit d5fbd351b3
1 changed files with 4 additions and 4 deletions

View File

@ -126,7 +126,7 @@ function probeAxis( $ip )
'Host' => $ip, 'Host' => $ip,
'Port' => 80, 'Port' => 80,
'Path' => '/axis-cgi/mjpg/video.cgi?resolution=320x240', 'Path' => '/axis-cgi/mjpg/video.cgi?resolution=320x240',
'Palette' => 3, 'Colours' => 3,
'Width' => 320, 'Width' => 320,
'Height' => 240, 'Height' => 240,
), ),
@ -160,7 +160,7 @@ function probePana( $ip )
'Host' => $ip, 'Host' => $ip,
'Port' => 80, 'Port' => 80,
'Path' => '/nphMotionJpeg?Resolution=320x240&Quality=Standard', 'Path' => '/nphMotionJpeg?Resolution=320x240&Quality=Standard',
'Palette' => 3, 'Colours' => 3,
'Width' => 320, 'Width' => 320,
'Height' => 240, 'Height' => 240,
), ),
@ -180,7 +180,7 @@ function probeActi( $ip )
'Host' => 'Admin:123456@'.$ip, 'Host' => 'Admin:123456@'.$ip,
'Port' => 7070, 'Port' => 7070,
'Path' => '', 'Path' => '',
'Palette' => 3, 'Colours' => 3,
'Width' => 320, 'Width' => 320,
'Height' => 240, 'Height' => 240,
), ),
@ -215,7 +215,7 @@ function probeVivotek( $ip )
'Host' => $ip, 'Host' => $ip,
'Port' => 554, 'Port' => 554,
'Path' => '', 'Path' => '',
'Palette' => 3, 'Colours' => 3,
'Width' => 352, 'Width' => 352,
'Height' => 240, 'Height' => 240,
), ),