I attempted to fix this by introducing a new ringbuffer for strings (in this case the messages), but I could not properly sync this with the main ringbuffer. I guess, having both images and messages in the same buffer makes sense. However, one problem here is, that the browsing feature of the image plot is an inherent feature of pyqtgraph. I would not how to integrate updating the messages into this, but maybe there is an easy solution for this?
I attempted to fix this by introducing a new ringbuffer for strings (in this case the messages), but I could not properly sync this with the main ringbuffer. I guess, having both images and messages in the same buffer makes sense. However, one problem here is, that the browsing feature of the image plot is an inherent feature of pyqtgraph. I would not how to integrate updating the messages into this, but maybe there is an easy solution for this?