Thanks. I'm ensuring time syncing using an external trigger setup for image acquisition.
I've been trying to modify a intrinsics and extrinsics in the calibration json. While I can see it has an effect on the rectified and stereo depth images, I'm a little confused since the numbers don't directly map to the OpenCV calibration results (using cv2.calibrateCamera). Do you happen to know which OpenCV calls are being made for obtaining intrinsics and extrinsics?
Also, does the stereodepth node support arbitrary mono image sizes, or does it only support the ones found in dai.MonoCameraProperties.SensorResolution (example) ? Asking because I encountered the following error when trying to feed in 1600Wx1400H images:
[14442C1021F1D5D600] [1.1.2] [7.626] [StereoDepth(0)] [error] Maximum supported input image width for stereo is 1280. Skipping frame!