def stop_axis_video()

in src/rosbridge/fetch_proxy.py [0:0]


    def stop_axis_video(self):
        with self.timeseq_mutex:
            if self.timeseq:
                self.timeseq.stop_axis_video()