Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 423 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 423 Bytes

Camera Calibration

Requirements

  • VsCode
  • Python

Instrustions

Setup up env

python -m venv .venv
source .venv/bin/activate

Install dependencies

pip install -r requirements.txt

Calibrate camera and save calibration result

python calibrate.py

Test

python check.py