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

Raspberry Pi4 with fb buffer not work? #33

Closed imliubo closed 4 years ago

imliubo commented 5 years ago

Hi @pimoroni, I try to run fbuf example with pi4,but it seem not work.I followed the steps step by step. 2019-10-19-220001_1920x1080_scrot

roblevine commented 5 years ago

I get the same on my PI4 too

imliubo commented 5 years ago

@roblevine sdlscale example is better than fb example.But the fb example still not work...

Gadgetoid commented 5 years ago

Sincee fbuf attempts to draw directly to the framebuffer, it's probably fundamentally incompatible with how the X desktop works on the Pi 4, and isn't really intended to be run inside a desktop session anyway. You should use sdlscale.