Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 623 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 623 Bytes

Camera calibration using OpenCV

Dependencies

Contents

  • python script to automatically acquire images from a camera
  • python script to extract camera intrinsics

Running

To automatically acquire images with default parameters you can use:

python record_images.py -d0 -n10 -p images/

To automatically calculate instrinsic camera parameters you can use:

python extract_camera_intrinsics.py -p images/

References

OpenCV Doc: Camera Calibration