- Objects in the centre look smaller When something is directly in front of the camera and far away, it appears really small in the image. If it is too small ie smaller than the minimum size you’ve set for detection (15×15 pixels)—the camera just would not pick it up.
- The camera is angled downward Your camera has a 10° downward pitch, which means it’s looking more at the ground in front of the vehicle. So, objects far away in the centre might be too low in the image or too small to detect.
- Objects at the edges can appear larger Surprisingly, objects that are off to the side (at the edge of the FoV) can actually appear bigger in the image at the same distance. That’s because of how the camera projects the 3D world onto a 2D image—it stretches things more at the edges.
- 1. Lower the object size threshold: Change it from 15×15 to 10×10 pixels so the camera can detect smaller or distant objects.
- Reduce the camera’s downward tilt: Try changing the pitch from 10° to 5° to help it see farther ahead.
- Widen the field of view: Adjust the focal length to make object sizes more consistent across the image.




