HVGA Distortion

Hi,

I am new to openmv and am trying to get my head around machine vision and micropython and all of the great libraries created by openmv. I have been playing around with examples and I experienced weird frame buffer distortion when trying to change the resolution to HVGA. Has anyone else experienced this?

That’s a broken res. When I added all the possible settings I didn’t know our code can’t handle flexible resolutions for above QVGA.

It will be removed the next firmware release. If you check the GitHub history you can see all removed resolutions.

Got it, thanks