melexis / mlx90640-library

MLX90640 library functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLX90640 segmentation fault - still here!

demonskull opened this issue · comments

Hi there,

I am trying the "video" example, but keep getting the "segmentation fault" error.

I am using sudo to run the program, and I have a version with the "while(pixels[pix] < 65535)" fix already implemented.

The platform is a RP4B. I am i2c1 for a display, and i2c5 for the MLX. The "test" program does work nicely, so I don't think it is an i2c issue.

The complete output of "video" is:
The framebuffer device was opened successfully.
Original 480x320, 32bpp
Setting output format...
Setting filename...
Segmentation fault

Any suggestions?

Thanks!