How to render large Raw 16bit image in Graphics view in Qt C++ every second
The below code consist of 3 parts (threads in this case).
In part 1: U have a hardware which act as a camera and generates the RAW data of each really fast roughly 3000*5000 pixel. Each pixel is Raw value of 16bit in grayscale please don’t be concern for how this camera works just assume it generates the data.