hi I have sometime a memory error when i using setImage this is an example of my code :
self.Image=pg.GrraphicsLayoutWidget() self.p1=self.winImage.addPlot() self.imh=pg.ImageItem() self.p1.addItem(self.imh) while true : self.imh.setImage(data.astype(float),autoLevels=True,autoDownsample=True) and the error: MemoryERROR: traceback(....) file "./pyqtgraph/graphicsItems/ImageItem" , inn paint self.render() Thanks -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/9544ceb6-9246-4425-afff-4545daa4c7a9%40googlegroups.com.
