yingchengpa / python-onvif2-zeep

onvif2-zeep support media2 ,for example get the 'h265'(hevc) encoding
MIT License
19 stars 9 forks source link

If Get Services is not supported #5

Closed dammaer closed 1 year ago

dammaer commented 1 year ago

Greetings! I came across the fact that some camera models do not support the GetServices method and this led to an error. In try/except, I returned the old solution with the "GetCapabilities({'Category': 'All'})" method.