Hello, I am running YOLOv4-Tiny on the OAK-D LR camera for spatial detection using YoloSpatialDetectionNetwork. When using only two sensors (Left and Right for depth, and Left for detections, or Left and Center for depth, Center for detections), the processing is significantly faster compared to using Left and Right for depth while utilizing the Center camera for detections. I attempted scaling down the Center camera to 720p, but it did not improve performance. Can anyone help me figure out what's causing the performance issues and how to fix it so that I can use all 3 of the sensors? I would like to take advantage of the LR capabilities but am not sure how to proceed.