BingyaoHuang / single-shot-pro-cam-calib

[TASE & ISMAR'18] A Fast and Flexible Projector-Camera Calibration System
http://vision.cs.stonybrook.edu/~bingyao/pub/calibration_TASE
Other
153 stars 39 forks source link

Windows Executable - Unable to calibrate #16

Closed MathieuVDC1 closed 2 years ago

MathieuVDC1 commented 2 years ago

Hi, Everything works fine until I click "Calibrate", and then nothing happens.

Seems to be some file error when looking at the log file:

Error using FileStorage Failed to open file

Error in Calibration.loadCalibInfo (line 29)

Error in calibrateGUI (line 31)

Error in calibApp/CalibrateButtonPushed (line 848)

Error in appdesigner.internal.service.AppManagementService/tryCallback (line 377)

Error in matlab.apps.AppBase>@(source,event)tryCallback(appdesigner.internal.service.AppManagementService.instance(),app,callback,requiresEventData,event) (line 37)

Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 410) Error while evaluating Button PrivateButtonPushedFcn.

Any idea how I could solve this? I'm using Windows 10 and 2021a Matlab runtime.

MathieuVDC1 commented 2 years ago

It was because of a missing calib_info.yml file

BingyaoHuang commented 2 years ago

Great! Thank you for the feedback!