Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.75 KB

README.md

File metadata and controls

38 lines (25 loc) · 2.75 KB

stereo calibration executable

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.

Requirement:

  1. recommended specs: Intel Core i5-4460/8G RAM/GTX 660/at least two USB3.0/
  2. windows x64 version.(tested on win7/win10)

Installation

  1. install the Visual C++ Redistributable for Visual Studio 2012 Update 4 "/exe/vcredist_x64.exe".

  2. plugin cameras to USB3.0 port. if it's recognized as a "USB web cam"

    alt text

    uninstall the driver

    alt text

    rescan for hardware

    alt text

    success!

    alt text

How to Run

  1. print out "acircles_pattern.png" and stick it to a rigid surface, make it a "calibration board".
  2. run "/exe/stereo_calib.exe", and you will see the image from left and right camera.
  3. 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. alt text alt text
  4. 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. alt text
  5. press "Esc" on the keyboard to save the result to /save_param/ folder. copy the whole folder to where it's needed. alt text