Hi erik,
If I call camRgb.setVideoSize(640, 360) and camRgb.setIspScale(1,3), the images I get from camRgb.video are 1/3 scale of the 1080 resolution. Is the intrinsics of the (640, 460) just 1/3* intrinsics of (1920,1080)? Are distortion matrix also scaled?
Thanks!