python-onvif-zeep icon indicating copy to clipboard operation
python-onvif-zeep copied to clipboard

How to judge the onvif camera is still online?

Open LegionFu opened this issue 8 years ago • 0 comments

Hello, I want create a application to managing some cameras , and i found a problem when i running the application : if a online camera has disconnected, and i still use this camera reference to visit the camera mycam.media_service.GetProfiles() , the return value is nothing ( not 'None' ) ,my code will stopping execute and skipping the following code ( no errors ) can you help me ?

LegionFu avatar Oct 19 '17 04:10 LegionFu