Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3923

HATs and other add-ons • Re: Has anyone tried the WaveShare thermal camera HAT (or USB module)?

$
0
0
and ended up with

Code:

Traceback (most recent call last):  File "/home/lsacks/camera/pysenxor-master/example/stream_spi.py", line 181, in <module>    spi = SPI_Interface(SpiDev(RPI_GPIO_SPI_BUS, RPI_GPIO_SPI_CE_MI48),                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^FileNotFoundError: [Errno 2] No such file or directory
that would apprear to be because RPI_GPIO_SPI_CE_MI48 = 1, setting it to 0 passes this point....
I then found this issue

https://gpiozero.readthedocs.io/en/stab ... t-gpiozero

requiring

Code:

pip install rpi.gpiopip install lgpio
and the code then ran!

and crashed with a numpy error...

on we go, but I hope the above helped

Statistics: Posted by lsacks — Tue Oct 29, 2024 2:42 pm



Viewing all articles
Browse latest Browse all 3923

Trending Articles