You can get the ImageItem component from the ImageView, and then the image data from the ImageItem using:
image = imageview.getImageItem().image Not that the value can be None if the image hasn't been set yet. (By the way, the trick to finding this is looking at the source code, by clicking the green [source] link in the API documentation: http://www.pyqtgraph.org/documentation/_modules/pyqtgraph/graphicsItems/ImageItem.html#ImageItem) On Saturday, 11 August 2018 23:33:51 UTC+9:30, mohammad sarvi wrote: > > I need to have a latest image data that displaying in imageview , would > you mind please helping me. 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/480207c8-e9c7-42ad-84a5-3216c9c53eda%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
