When trying to run "depthai_demo.py" after a fresh install on Ubuntu 22.04 I get the following error
python3 depthai_demo.py
Using depthai module from: /home/khadas/Downloads/depthai/myvenv/lib/python3.10/site-packages/depthai.cpython-310-aarch64-linux-gnu.so
Depthai version installed: 2.17.3.0
Setting up demo...
Available devices:
[0] 184430100114CA0F00 [X_LINK_UNBOOTED]
USB Connection speed: UsbSpeed.HIGH
Enabling low-bandwidth mode due to low USB speed... (speed: UsbSpeed.HIGH)
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
qt.qpa.plugin: Could not find the Qt platform plugin "offscreen" in "/home/khadas/Downloads/depthai/myvenv/lib/python3.10/site-packages/cv2/qt/plugins"
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: xcb.
Aborted
Any thoughts?