You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: