this is the executable of stereo calibration for VisionerTech VMG-PROV 01. use this to get camera intrinsic and rectify map for see-through, marker-based AR and SLAM-based AR. source code of this executable could be found here.
- recommended specs: Intel Core i5-4460/8G RAM/GTX 660/at least two USB3.0/
- windows x64 version.(tested on win7/win10)
-
install the Visual C++ Redistributable for Visual Studio 2012 Update 4 "/exe/vcredist_x64.exe".
-
plugin cameras to USB3.0 port. if it's recognized as a "USB web cam"
uninstall the driver
rescan for hardware
success!
- print out "acircles_pattern.png" and stick it to a rigid surface, make it a "calibration board".
- run "/exe/stereo_calib.exe", and you will see the image from left and right camera.
- place the "calibration board" in front of the camera, press "c" on the key board to capture an image pair(a blue flash appera with success capture). try to capture around 10 pair of the "calibration board" with different angle orientation and distance, try to cover the whole field of view of the cameras. you can watch a video sample here. the captured image pairs is list in /save_image/ folder.
- press "Esc" on the keyboard. program finds the pattern, perform stereo calibration and show the result. check the blue parallel lines to see left and right image is rectified.
- press "Esc" on the keyboard to save the result to /save_param/ folder. copy the whole folder to where it's needed.