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