i have write code to calibrate camera in my calibrate.py file,but when i run that file it shows error like, ImportError: cannot import name splitfn ..so how to solve this?...i have run this file using this command:
sudo python calibrate.py image4.jpg calibration.yaml --debug-dir out
so is this right command to execute this script?if any changes then plz suggest me.. my captured image for calibration(which i have gave as input) and output(RMS,camera matrix,distortion coefficient)is stored in calibration.yaml file?i need to make this file or it is automatically created?