Thanks for the wonderful code.
I tried running the demo using OAK-D, was getting error based on resolution.
[14442C1061F35DD700] [2.4] [510.014] [MonoCamera(1)] [error] OV9282 doesn't support THE_480_P resolution, defaulting to THE_400_P
[14442C1061F35DD700] [2.4] [510.014] [MonoCamera(0)] [error] OV9282 doesn't support THE_480_P resolution, defaulting to THE_400_P
assert self.input.left_image.shape[1] == self.input.calibration.width and self.input.left_image.shape[0] == self.input.calibration.height
The demo without the OAK-D was working.
Thanks for the wonderful code.
I tried running the demo using OAK-D, was getting error based on resolution.
[14442C1061F35DD700] [2.4] [510.014] [MonoCamera(1)] [error] OV9282 doesn't support THE_480_P resolution, defaulting to THE_400_P
[14442C1061F35DD700] [2.4] [510.014] [MonoCamera(0)] [error] OV9282 doesn't support THE_480_P resolution, defaulting to THE_400_P
assert self.input.left_image.shape[1] == self.input.calibration.width and self.input.left_image.shape[0] == self.input.calibration.height
The demo without the OAK-D was working.