This is my first post and am delighted to be a part of this community.
I've two webcams and want to use it to detect 2d coordinates of the center of the white tennis balls. And find the 3d coordinate of the centers. My cameras are setup like this. There's a circular region of radius 7 feet and the cameras are placed on opposite end of each other which means if camera1 is placed at 0 degree of the circular region then camera2 is placed at 180 degree of that same region so they are on a straight line exactly opposite of each other on the circumference of the circular region.
I need to calibrate the cameras and need to find intrinsic and extrinsic parameters.I'm using opencv for this.
Can I use cvStereoCalibrate() for this camera setup?
I'm asking this because if you look at the camera setup you will see that there's a point on camera1 and camera2's captured image that is collinear with epipoles of both cameras. So the epipolar line is a point. Will this be an issue for calibration procedure? If yes is it possible to tell me how to solve this problem?