Is it just me or does fir.read read the image buffer 90 degrees rotated ?
When I use the AMG8833 sensor (Adafruit breakout board) in teensy or arduino projects the buffer is read correctly oriented. (meaning the metal part of the sensor is on the left, so that you can read the silkscreen print).
But using the Thermopile example AMG8833_overlay the thermal image is rotated 90 degrees.
I did a manual rotation to the right in software, now the example works as expected.
Something else I noticed, is that I cannot power the sensor from OpenMV’s Vin pin as it only shows 1.6volts when connected via USB. When I use the 3.3V pin everything is fine.