Hello,
I am trying to calibrate my OAK device which is: OAK-D-S2. I followed the instructions in this link: https://docs.luxonis.com/projects/hardware/en/latest/pages/guides/calibration/
According to my case, I tried to run this command:
python calibrate.py -s 2.25 --board OAK-D-S2 -nx 13 -ny 7
but this error appeared:
import depthai_calibration.calibration_utils as calibUtils
ModuleNotFoundError: No module named 'depthai_calibration.calibration_utils'
I tried many solutions like:
- installing this library: https://github.com/luxonis/depthai-calibration
- trying to put this library in different paths
- renaming the folder as it is named 'depthai-calibration', which is different from'depthai_calibration.calibration_utils'
All of them did not work, and this error is still appearing. Any help, please?