Hi @jakaskerl
I tried this, but it breaks both the pipelines for the ToF camera as well as the stereo pair.
For the ToF I get this output:
[19443010F12E9B2E00] [1.1] [11.098] [ToF(1)] [error] Unexpected input image size 1280 x 800, maybe connected camera is not ToF?
and for the stereo:
[19443010F12E9B2E00] [1.1] [0.811] [system] [critical] Fatal error. Please report to developers. Log: 'PlgSrcCtrl' '87'
[19443010F12E9B2E00] [1.1] [1720016479.587] [host] [warning] Device crashed, but no crash dump could be extracted.
Traceback (most recent call last):
File "record_images.py", line 192, in <module>
record_images(args)
File "record_images.py", line 68, in record_images
input_images = {name: queue.get().getCvFrame() for name, queue in queues.items()}
File "record_images.py", line 68, in <dictcomp>
input_images = {name: queue.get().getCvFrame() for name, queue in queues.items()}
RuntimeError: Communication exception - possible device error/misconfiguration. Original message 'Couldn't read data from stream: 'depth' (X_LINK_ERROR)'
I also noticed that there was a comment on the blogpost you linked that mentions it only works for rgb cam only usage, which is not our use case unfortunately. Is there a workaround for this to still get the aligned/synced ToF/stereo depth in combination with the custom tuning?