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 - Stuck at "Extracting checkerboard corners from camera image..." #14

Closed eldrickm closed 2 years ago

eldrickm commented 2 years ago

Hi Bingyao,

I'm currently trying to use the windows executable and have captured a series of poses. Upon calibrating, I seem to be stuck at the above message with the progress bar not moving. I have tried manual segmentation masks and the captured images seem to look fine - both the plain and the projected grid images. I've attached a few below for verification.

What is the issue here?

I am on Windows 10 and am using the MATLAB R2021a runtime.

image image

BingyaoHuang commented 2 years ago

Can I see the message in log.txt under your installation directory?

eldrickm commented 2 years ago

Hi Bingyao,

I solved this by using the exact number of checkerboard rows and columns as shown in your example images.

Thanks!