that would apprear to be because RPI_GPIO_SPI_CE_MI48 = 1, setting it to 0 passes this point....and ended up withCode:
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
I then found this issue
https://gpiozero.readthedocs.io/en/stab ... t-gpiozero
requiringand the code then ran!Code:
pip install rpi.gpiopip install lgpio
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