pimoroni / mlx90640-library

Python library for the MLX90640 thermal camera
https://shop.pimoroni.com/products/mlx90640-thermal-camera-breakout
Apache License 2.0
133 stars 84 forks source link

Examples didn't work on pi3 or pi4 #65

Open Apatura opened 1 year ago

Apatura commented 1 year ago

Tried numerous times, reflashing the sd card each time, to get the code to work on both a pi3 and pi4. Camera was detected at address 33 fine, but kept on getting a framebuffer error & segmentation fault immediately when launching the program. The only examples that worked were test and rawrgb, everything else failed.