Refactor onvif client code

This commit is contained in:
Jan M. Hochstein 2014-08-07 17:37:05 +02:00
parent 5ab629856c
commit e4155bcfa3
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,9 @@ my %namespace_map = (
'http://www.onvif.org/ver20/analytics/wsdl' => 'analytics', 'http://www.onvif.org/ver20/analytics/wsdl' => 'analytics',
'http://www.onvif.org/ver10/deviceIO/wsdl' => 'deviceio', 'http://www.onvif.org/ver10/deviceIO/wsdl' => 'deviceio',
'http://www.onvif.org/ver10/ptz/wsdl' => 'ptz', 'http://www.onvif.org/ver10/ptz/wsdl' => 'ptz',
'http://www.onvif.org/ver10/events/wsdl' => 'events', 'http://www.onvif.org/ver10/events/wsdl' => 'events',
'http://www.onvif.org/ver10/recording.wsdl' => 'recording',
'http://www.onvif.org/ver10/search.wsdl' => 'search',
); );
# ======================================================================== # ========================================================================