jamesdanielv / thermal_cam_mlx90640

same as thermal cam project but with mlx90640 sensor
16 stars 4 forks source link

noise from output is showing in lower edge of data. in process of fixing the weirdness. #5

Closed jamesdanielv closed 5 years ago

jamesdanielv commented 5 years ago

i have had issues recently with data having a little more noise in it. it should be resolved soon. the image noise doesn't show in the unscaled version. i made several changes to the upscale and i fixed some issues, but i created others. the noise in the lower lines of the data might be from the caching routing. since it is only the last two lines that have this i might hard code those lines manually. its probably the quickest way to fix it.

jamesdanielv commented 5 years ago

i think i fixed this. any way the noise was from the last line calling an extra line into the cache from beyond the memory bounds of the 768 cells. it has been addressed. hopefully.