Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to open external camera instead of PC camera?

Hello,

I am doing camera calibration for external logitech camera using this file.

link text

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.

How to open external camera instead of PC camera?

Hello,

I am doing camera calibration for external logitech camera using this file.

link text

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.