MCPcopy Create free account
hub / github.com/ARM-software/AVH / stop

Method stop

interface/video/python/vsi_video_server.py:417–425  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

415
416 # Stop Video Server
417 def stop(self):
418 self._disableStream()
419 if (self.mode == MODE_Output) and (self.filename == ""):
420 try:
421 cv2.destroyAllWindows()
422 except Exception:
423 pass
424 self.listener.close()
425 logger.info("Video server stopped")
426
427
428# Validate IP address

Callers 2

runMethod · 0.95

Calls 1

_disableStreamMethod · 0.95

Tested by

no test coverage detected