melexis / mlx90640-library

MLX90640 library functions
Apache License 2.0
242 stars 192 forks source link

Cannot interpolate the image more tan x4 #19

Open dcomins opened 6 years ago

dcomins commented 6 years ago

The problem is: When I try to interpolate data more dan WIDTH4 or HEIGHT4 the display dose not show the entire image.

define OUTPUT_W (int)(24n)

define OUTPUT_H (int)(32n)

n=4 is the maximum number allowed.

image

Gadgetoid commented 5 years ago

I think you're raising a PR against the wrong fork here- most of this code is unique to our fork/port for support of our MLX90640 breakout, and isn't intended for upstream.

If you'd like to raise a PR against https://github.com/pimoroni/mlx90640-library I'd be happy to look into it.

Gadgetoid commented 5 years ago

If you're looking for fullscreen video output of the MLX90640, I've now written an SDL example you can find here: https://github.com/pimoroni/mlx90640-library/pull/7