Hello, when I want to save base image in RGB format, I encounter this problem.
How to read RGB images instead of grayscale images from E2E files?
I have used your codes to read E2E files and tried to modify the code to get 24-bit-depth images.
However, it did not work, and it still output 8-bit-depth grayscale images (base image).
Do I need to modify the codes in src/widgets/cvimagewidget.cpp in OCT-Marker or any files (maybe codes) in LibE2E?