It does fail on some of the Guided Manual Tests, but it works fine for the Gen2 Facial Recognition. When I run the tests and select "All" it runs the first three no problem, but after the 4k test it fails when running the 12 megapixel test. It's quite repeatable in the triangulation. I'll see if I can get more information at the exact time of failure, but here is the failure on the 12 megapixel test:
PS C:\WS\GitHub\depthai\tests> python3 guided_manual_test.py
Starting manual test procedure. Press the [ESC] key to abort.
Using depthai module from: C:\Users\Paul\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\depthai.cp39-win_amd64.pyd
Depthai version installed: 2.10.0.0.dev+7a0749a61597c086c5fd6e579618ae33accec8df
Available devices:
[0] 14442C1061EC5FD700 [X_LINK_UNBOOTED]
USB Connection speed: UsbSpeed.SUPER
=== TOTAL FPS ===
Using depthai module from: C:\Users\Paul\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\depthai.cp39-win_amd64.pyd
Depthai version installed: 2.10.0.0.dev+7a0749a61597c086c5fd6e579618ae33accec8df
Available devices:
[0] 14442C1061EC5FD700 [X_LINK_UNBOOTED]
USB Connection speed: UsbSpeed.SUPER
=== TOTAL FPS ===
Using depthai module from: C:\Users\Paul\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\depthai.cp39-win_amd64.pyd
Depthai version installed: 2.10.0.0.dev+7a0749a61597c086c5fd6e579618ae33accec8df
Available devices:
[0] 14442C1061EC5FD700 [X_LINK_UNBOOTED]
USB Connection speed: UsbSpeed.SUPER
=== TOTAL FPS ===
Using depthai module from: C:\Users\Paul\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\depthai.cp39-win_amd64.pyd
Depthai version installed: 2.10.0.0.dev+7a0749a61597c086c5fd6e579618ae33accec8df
Available devices:
[0] 14442C1061EC5FD700 [X_LINK_UNBOOTED]
USB Connection speed: UsbSpeed.SUPER
errorMsg: ColorCamera(6) - Out of memory while creating pool for 'still' frames. Number of frames: 4 each with size: 18385920B
Traceback (most recent call last):
File "C:\WS\GitHub\depthai\depthai_demo.py", line 206, in <module>
device.startPipeline(pm.pipeline)
RuntimeError: ColorCamera(6) - Out of memory while creating pool for 'still' frames. Number of frames: 4 each with size: 18385920B
Traceback (most recent call last):
File "C:\WS\GitHub\depthai\tests\guided_manual_test.py", line 268, in <module>
test_cameras()
File "C:\WS\GitHub\depthai\tests\guided_manual_test.py", line 82, in test_cameras
subprocess.check_call([*demo_call, "-s", "color", "-rgbr", "3040"])
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.2288.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\\Users\\Paul\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\\python.exe', 'C:\\WS\\GitHub\\depthai\\depthai_demo.py', '-dev', '14442C1061EC5FD700', '-s', 'color', '-rgbr', '3040']' returned non-zero exit status 1.
PS C:\WS\GitHub\depthai\tests>