Hello,
I'm using an OAK4-D PRO W device to build a pipeline that aligns stereo depth map to the color frame. I was following this example for ImageAlign
node and I noticed a significant lag in the color display even when I'm using 1200p
resolution for color camera. The display is normal when I lower the resolution, but I want to use 1200p
for color camera and 800p
for mono cameras. How can I improve the performance of alignment? Could you please share any guide or documentation if available? The StereoDepth
node has a method- setPostProcessingHardwareResources()
. This would not work for RVC4 devices, would it?
P.S. I've also noticed a lag in the display when I add an ImageManip
node to the pipeline. This lag is only seen on the RVC4 device. It works fine on RVC2 devices.
Any insights are appreciated. Thank you.