In the file imgConverter.py as seen in msdk/Examples/MAX78000/ImageCapture/utils the function rgb888_to_rgb uses 3 as the bytes per pixel. This results in a faulty conversion. The 3 should be changed to a 4 in lines 108 & 109. Attached is our fix as an example.
imgConverter.zip
In the file imgConverter.py as seen in msdk/Examples/MAX78000/ImageCapture/utils the function rgb888_to_rgb uses 3 as the bytes per pixel. This results in a faulty conversion. The 3 should be changed to a 4 in lines 108 & 109. Attached is our fix as an example. imgConverter.zip