I have a simulation in Gazebo in which I am publishing an image raw data topic which have raw image data. Now I want to display that data in qt as a video. I am not sure what I should use as a video widget. What I have in mind is to make a graphicsScene and display data as an QImage but data frequency is to high and loading it to QImage on that frequency doesnt seem to me a good approach. looking forward for optimal suggestions.
Thanks.
(p.s I am using linux 10.04 with qt4.x and Ros electric)