Load Raw image in QT and also scale it to show it in the given size
I have a detector which generates 3072 pixles and 64 lines of data. How it works is when the detector acquires 64 lines and 3072 pixles and then send it to my computer.
my job is to take this lines and append it to a image which has 5000 lines
each time detector generates a frame (64 lines) i append it to the graphics view of the QT and then display it. when i reach 5000 lines i reset the graphics view and image and everything and starts from the beginning to display new image