# Update Plot
self.w.show()
self.app.processEvents()
time.sleep(0.00000000000000000000000000000000000000000000000000000000000001)
timer = pyqtgraph.Qt.QtCore.QTimer()
timer.timeout.connect(self.update)
timer.start(20)
self.start()
Does anyone know how to save the animation to a mp4 file on local computer?
Thanks you all.
Xiaoxue