Suppose I plan to use OpenCV for 3D reconstruction using the stereo approach ... and I donβt have a special stereo camera, but only webcams.
1.) How can I build a cheap stereo setup using a set of webcams? 2.) Is it possible to snap two images using webcams and convert them to stereo using the OpenCV API?
I will use the stereo algorithm from the link below. Stereo Vision with OpenCV
Using this approach, I want to create a detailed display of the internal environment. (I would not want to use any projects, such as Insight3D, that cannot be used for commercial purposes without distributing the source code)
opencv 3d vision 3d-reconstruction
seahorse
source share