jakaskerl
I am using dai.node.StereoDepth node. The quality of the depth image was very bad what made me wonder. When I looked at the rectified images I saw that the right one was noisy.
I followed the depthai examples that set coltrols for the mono cameras the following way:
controlIn.out.link(monoLeft.inputControl)
controlIn.out.link(monoRight.inputControl)
Is this wrong for unsing stereo node? When Left camera sets the right settings, why send the control also to the right camera?
This still wouldn't explain why it only happens with one OAK module. I have 3 OAK-D Pro W and only one has this problem. The others look fine even in full sunlight, all running with the same code. Maybe the image sensor is somehow broken?