Howdy.
I totally love the OpenMV camera and find that it is very enjoyable to write machine vision code on it.
I ran into an issue though - it seems from this post (Trouble converting ImageWriter to video (mp4) on H7 Plus - OpenMV Products - OpenMV Forums) that you have inverted the byte order of images saved using ImageIO. That causes an issue for me because I have collected image streams using the old byte order (ImageWriter), which I use to refine my machine vision algorithm iteratively. Today the IDE suggested I should upgrade my camera firmware, which I agreed to, but suddenly all my recorded image streams playback in psychadelic color mode. Would be super grateful for some suggestion on how to convert my recording to the new layout, or if that’s hard - downgrade my camera firmware.
Thank for the awesome work!
/Johan