Hello everyone! I’m working on a project that involves a Raspberry Pi 5 paired with the Hailo AI kit. Our goal is to measure the change in object distance from a fixed camera, particularly vehicles, using only a single camera. Currently, we’re estimating the rate of change in distance and direction by tracking the variations in the x and y coordinates of the objects, which we obtain from bounding boxes. However, we’re finding the results to be quite inaccurate.
I would greatly appreciate any suggestions or methods to enhance the accuracy of our distance measurements. Thank you for your help!