Hello,
I am doing camera calibration for external logitech camera using this file.
I am changing cameraId in source code to 1,
int mode = DETECTION;
int cameraId = 1;
vector<vector<Point2f> > imagePoints;
But after compiling, when I run calibration.exe in command line, it is not opening external camera but again opening PC camera.
am I missing something here to add in source code?
thanks.