I'm experiencing a crash when setting frame sync mode on a ColorCamera node in DepthAI. My pipeline works perfectly until I add color_cam_node->initialControl.setFrameSyncMode(dai::CameraControl::FrameSyncMode::INPUT);
to my ColorCamera configuration, which causes a crash. The identical call works fine on MonoCamera nodes in the same pipeline. I'm running Ubuntu 22.04.5 with ROS2 Humble and the latest DepthAI. Is FrameSyncMode not supported on ColorCamera nodes, or is there a specific initialization order required? All other initialControl settings (sharpness, denoise, etc.) work without issue on the same node.