I just picked up an Oak-D-Lite and followed the first steps documentation and haven't been able to get this thing to work. The demo loads up, color cam shows nothing, left and right show static images from the camera when it was started and never refresh, not very impressed so far.
First thing I notice is despite using a brand new USB3 to C cable is somehow getting UsbSpeed.HIGH instead of SUPER like it should, but also invalid value encountered in cast exception, see below.
PS C:\Users\Adam\source\repos\depthai> python depthai_demo.py
Using depthai module from: C:\Users\Adam\AppData\Roaming\Python\Python311\site-packages\depthai.cp311-win_amd64.pyd
Depthai version installed: 2.21.2.0
Setting up demo...
Available devices:
[0] 1844301071BC600E00 [X_LINK_UNBOOTED]
USB Connection speed: UsbSpeed.HIGH
Enabling low-bandwidth mode due to low USB speed... (speed: UsbSpeed.HIGH)
Creating MJPEG link for MonoCamera node and left xlink stream...
Creating MJPEG link for MonoCamera node and right xlink stream...
Creating MJPEG link for ColorCamera node and color xlink stream...
C:\Users\Adam\AppData\Roaming\Python\Python311\site-packages\depthai_sdk\previews.py:186: RuntimeWarning: invalid value encountered in cast
dispFrame = (dispFrame * 255. / dispIntegerLevels).astype(np.uint8)
Stopping demo...
=== TOTAL FPS ===