michaelsalerno
I am not entirely sure what you are referring to in regards to real world measurements. Could you expand?
You can see the depth measurement for a point when you hover over the depth image, if this is what you meant?
michaelsalerno

- 23 Jan
- Joined Mar 12, 2024
- 1 best answer
The simplest would be to limit the usb speed.
For example here:
luxonis/depthai-experimentsblob/e0bd127018f375847bec5b3e8a434f842796796e/apps/conference-demos/rgb-depth-detections/main.py#L177You could add a bool to the dai.Device like this:
แบith dai.Device(pipeline=pipeline, usb2Mode=True) as device: