Hi,
I'm currently testing an OAK-FCC4P with single AR0234 M12 camera attached to port CAMD. I had run, as recommended, the depthai-python/examples/install_requirements.py python program to install all required libraries.
When I go to run cam_test.py in utilities, I get the following error output:
python3 cam_test.py --cameras camd,c
Enabled cameras:
camd : color
DepthAI version: 2.24.0.0
DepthAI path: /home/hbcarrier/.local/lib/python3.8/site-packages/depthai.cpython-38-aarch64-linux-gnu.so
cam_test.py:320: DeprecationWarning: Use constructor taking 'UsbSpeed' instead
with dai.Device(*dai_device_args) as device:
[14442C1071CCE6D600] [1.2] [5.834] [ColorCamera(3)] [warning] Unsupported resolution set for detected camera AR0234, needs 1200_P, defaulting to it
Connected cameras:
-socket CAM_D : AR0234 1920 x 1200 focus:fixed - COLOR MONO
USB speed: SUPER
IR drivers: []
Cam: camd [host | capture timestamp]
FPS: 0.00| 0.00 Communication exception - possible device error/misconfiguration. Original message 'Couldn't read data from stream: 'camd' (X_LINK_ERROR)'
Exiting cleanly
[14442C1071CCE6D600] [1.2] [1704320972.245] [host] [warning] Device crashed, but no crash dump could be extracted.
terminate called without an active exception
Stack trace (most recent call last):
#24 Object "python3", at 0x599eeb, in
#23 Object "/lib/aarch64-linux-gnu/libc.so.6", at 0xffffa025fe0f, in __libc_start_main
#22 Object "python3", at 0x69c673, in Py_BytesMain
#21 Object "python3", at 0x69be4b, in Py_RunMain
#20 Object "python3", at 0x64dc77, in PyRun_SimpleFileExFlags
#19 Object "python3", at 0x64d863, in
#18 Object "python3", at 0x64d76b, in
#17 Object "python3", at 0x64d69f, in
#16 Object "python3", at 0x66160f, in PyEval_EvalCode
#15 Object "python3", at 0x4fbfd3, in _PyEval_EvalCodeWithName
#14 Object "python3", at 0x4ff5a7, in _PyEval_EvalFrameDefault
#13 Object "python3", at 0x494e2f, in
#12 Object "python3", at 0x592903, in _PyObject_MakeTpCall
#11 Object "python3", at 0x592567, in PyCFunction_Call
#10 Object "/home/hbcarrier/.local/lib/python3.8/site-packages/depthai.cpython-38-aarch64-linux-gnu.so", at 0xffff8d9f42c3, in
#9 Object "/home/hbcarrier/.local/lib/python3.8/site-packages/depthai.cpython-38-aarch64-linux-gnu.so", at 0xffff8da345a3, in
#8 Object "/home/hbcarrier/.local/lib/python3.8/site-packages/depthai.cpython-38-aarch64-linux-gnu.so", at 0xffff8dcaad73, in dai::DeviceBase::close()
#7 Object "/home/hbcarrier/.local/lib/python3.8/site-packages/depthai.cpython-38-aarch64-linux-gnu.so", at 0xffff8dca43ff, in dai::Device::closeImpl()
#6 Object "/home/hbcarrier/.local/lib/python3.8/site-packages/depthai.cpython-38-aarch64-linux-gnu.so", at 0xffff8dcc10b3, in dai::DeviceBase::closeImpl()
#5 Object "/home/hbcarrier/.local/lib/python3.8/site-packages/depthai.cpython-38-aarch64-linux-gnu.so", at 0xffff8dcab0ff, in dai::DeviceBase::~DeviceBase()
#4 Object "/lib/aarch64-linux-gnu/libstdc++.so.6", at 0xffff9008b26f, in std::terminate()
#3 Object "/lib/aarch64-linux-gnu/libstdc++.so.6", at 0xffff9008b20b, in
#2 Object "/lib/aarch64-linux-gnu/libstdc++.so.6", at 0xffff9008d82b, in __gnu_cxx::__verbose_terminate_handler()
#1 Object "/lib/aarch64-linux-gnu/libc.so.6", at 0xffffa025faab, in abort
#0 Object "/lib/aarch64-linux-gnu/libc.so.6", at 0xffffa0272d78, in gsignal
Aborted (Signal sent by tkill() 2368 1000)
Aborted (core dumped)
Any recommendations on troubleshooting?