erik
Hi Erik,
One last thing I decided to try before the calibration was to set this up on my MacBook Pro running Ventura 13.3.1 (a). So when I ran the depthai_demo.py script, the RGB camera still showed no video, just like the Raspberry PI, but I feel like I got more output that may help determine what is going on with the RGB camera. I am trying to rule out of this is a physical or configuration issue with the OAK-D Lite. See below:
(base) Brians-MacBook-Pro:depthai brianhouse$ python3 depthai_demo.py
Using depthai module from: /Users/brianhouse/.local/lib/python3.9/site-packages/depthai.cpython-39-darwin.so
Depthai version installed: 2.20.2.0
Setting up demo...
Available devices:
[0] 184430100149620E00 [X_LINK_UNBOOTED]
USB Connection speed: UsbSpeed.SUPER
/Users/brianhouse/.local/lib/python3.9/site-packages/depthai_sdk/previews.py:186: RuntimeWarning: invalid value encountered in cast
dispFrame = (dispFrame * 255. / dispIntegerLevels).astype(np.uint8)
Stopping demo...
=== TOTAL FPS ===
File "/Users/brianhouse/Luxonis/depthai/depthai_demo.py", line 656, in run
self.instance.run_all(self.conf)
File "/Users/brianhouse/Luxonis/depthai/depthai_demo.py", line 133, in run_all
self.run()
File "/Users/brianhouse/Luxonis/depthai/depthai_demo.py", line 317, in run
self.loop()
File "/Users/brianhouse/Luxonis/depthai/depthai_demo.py", line 373, in loop
self._pv.prepareFrames(callback=self.onNewFrame)
File "/Users/brianhouse/.local/lib/python3.9/site-packages/depthai_sdk/managers/preview_manager.py", line 148, in prepareFrames
packet = queue.tryGet()
RuntimeError: Communication exception - possible device error/misconfiguration. Original message 'Couldn't read data from stream: 'color' (X_LINK_ERROR)'