I've been working on this all day. I've tried everything I can think of even clean Pi OS installs.
Im down to what should be the simpliest thing by just running the installer found here,
sudo wget -qO- https://docs.luxonis.com/install_depthai.sh | bash
After, it attempted to auto load the test view which came up saying it need an update. First time I didnt take the update. That didnt work so I did it again and this time took the update. It updated and now its back to giving me the same type of errors I've been seeing all day.
This time it says:
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.2 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Then it shows a bunch of lines simialr to this
Traceback (most recent call last): File "/home/pi/depthai-python/examples/ColorCamera/rgb_preview.py", line 3, in <module> import cv2 File "/home/pi/.local/lib/python3.9/site-packages/cv2/init.py", line 181, in <module> bootstrap() File "/home/pi/.local/lib/python3.9/site-packages/cv2/init.py", line 153, in bootstrap native_module = importlib.import_module("cv2")
Then I end up in an endless loop of trying to make it work.
I dont know what I could be doing wrong