- Change path to the input video in
camera_matrix_calibration.py - Set 4 world cordinates for the reference points in
camera_matrix_calibration.py - Run script:
python3 camera_matrix_calibration.py- Select 4 reference points in the rendered figure. The selected points are rendered as the blue dots.
- The calibration matrix is automatically computed and saved as
camera_calibration_matrix.csv. The provided reference world coordinates are tested with the new calibration matrix and rendered as the red dots.
- Change path to the input video in
render_data_video.py - Change path to the recorded data in
render_data_video.py - Run script:
python3 render_data_video.py
