Shure, here is the result from cam_test.py
:
~/depthai-python/utilities$ python3 cam_test.py
QObject::moveToThread: Current thread (0x208c1b0) is not the object's thread (0x253dfb0).
Cannot move to target thread (0x208c1b0)
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/antoine/.local/lib/python3.8/site-packages/cv2/qt/plugins" eve
```n though it was found.
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, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl.
Stack trace (most recent call last):
#25 Object "[0xffffffffffffffff]", at 0xffffffffffffffff, in
#24 Object "python3", at 0x5fb39d, in _start
#23 Object "/lib/x86_64-linux-gnu/libc.so.6", at 0x7f2c92c4a0b2, in __libc_start_main
#22 Object "python3", at 0x6b84ac, in Py_BytesMain
#21 Object "python3", at 0x6b8121, in Py_RunMain
#20 Object "python3", at 0x680db6, in PyRun_SimpleFileExFlags
#19 Object "python3", at 0x680120, in
#18 Object "python3", at 0x68007e, in
#17 Object "python3", at 0x680000, in
#16 Object "python3", at 0x68e7b6, in PyEval_EvalCode
#15 Object "python3", at 0x569ce9, in _PyEval_EvalCodeWithName
#14 Object "python3", at 0x570ac1, in _PyEval_EvalFrameDefault
#13 Object "python3", at 0x5f6835, in _PyFunction_Vectorcall
#12 Object "python3", at 0x57107d, in _PyEval_EvalFrameDefault
#11 Object "python3", at 0x5f6fbe, in _PyObject_MakeTpCall
#10 Object "/home/antoine/.local/lib/python3.8/site-packages/PyQt5/sip.cpython-38-x86_64-linux-gnu.so", at 0x7f2c7b4367c5, in
#9 Object "/home/antoine/.local/lib/python3.8/site-packages/PyQt5/QtWidgets.abi3.so", at 0x7f2c77355ffa, in
#8 Object "/home/antoine/.local/lib/python3.8/site-packages/PyQt5/QtWidgets.abi3.so", at 0x7f2c77355f1c, in
#7 Object "/home/antoine/.local/lib/python3.8/site-packages/PyQt5/Qt5/lib/libQt5Widgets.so.5", at 0x7f2c769cfaa8, in QApplicationPrivate::init()
#6 Object "/home/antoine/.local/lib/python3.8/site-packages/PyQt5/Qt5/lib/libQt5Gui.so.5", at 0x7f2c77839ccb, in QGuiApplicationPrivate::init()
#5 Object "/home/antoine/.local/lib/python3.8/site-packages/PyQt5/Qt5/lib/libQt5Core.so.5", at 0x7f2c7a8bbfe2, in QCoreApplicationPrivate::init()
#4 Object "/home/antoine/.local/lib/python3.8/site-packages/PyQt5/Qt5/lib/libQt5Gui.so.5", at 0x7f2c778372ac, in QGuiApplicationPrivate::createEventDispatcher()
#3 Object "/home/antoine/.local/lib/python3.8/site-packages/PyQt5/Qt5/lib/libQt5Gui.so.5", at 0x7f2c77836f9f, in QGuiApplicationPrivate::createPlatformIntegration()
#2 Object "/home/antoine/.local/lib/python3.8/site-packages/PyQt5/Qt5/lib/libQt5Core.so.5", at 0x7f2c7a6a99bb, in QMessageLogger::fatal(char const*, ...) const
#1 Object "/lib/x86_64-linux-gnu/libc.so.6", at 0x7f2c92c48858, in abort
#0 Object "/lib/x86_64-linux-gnu/libc.so.6", at 0x7f2c92c6903b, in gsignal
Aborted (Signal sent by tkill() 5955 1000)
Aborted (core dumped)