I tried to run the sample Spatial object tracker on RGB
with raspberry pi zero 2w and OAK-1 but it did not work.
I have been told it is not detectable and I have changed cables but no change.
I wanted to try other products, but unfortunately I have only OAK-1 at hand.
I am wondering if it is the raspi because it worked on my macbook with intel?
Errors that occurred
[2022-12-14 04:08:34.820] [warning] Skipping X_LINK_UNBOOTED device with name "1.1" ()
[14442C1061FE3CD700] [1.1] [2.388] [MonoCamera(2)] [error] Camera not detected on socket: 1
[14442C1061FE3CD700] [1.1] [2.388] [MonoCamera(3)] [error] Camera not detected on socket: 2
[14442C1061FE3CD700] [1.1] [3.288] [system] [critical] Fatal error. Please report to developers. Log: 'Fatal error on MSS CPU: trap: 09, address: 802936E8' '0'
Traceback (most recent call last):
File "/home/icc/depthai-python/examples/ObjectTracker/spatial_object_tracker.py", line 91, in <module>
with dai.Device(pipeline) as device:
depthai.XLinkReadError: Couldn't read data from stream: '__rpc_main' (X_LINK_ERROR)
```