- Required to use Julia 1.7.2 or lower, newer Julia have been tested to fail
- Install Julia 1.7.2 (https://julialang.org/downloads/oldreleases/)
- Install CameraCalibration.jl
using Pkg
Pkg.add(url="https://github.com/AbelHo/CameraCalibration.jl")
- Create directory called
CameraCalibration
on your desktop - Put all the videos you want to analyse in that director
- Load CameraCalibration library to initialize
using CameraCalibration
- This command will automatically search for that folder and process all the videos in it
calibrate_video_checkerboard()
calibrate_video_checkerboard([4,6], joinpath(dirname(dirname(pathof(CameraCalibration))), "test", "Vid_20131219_105014_small_180p.mp4") ; numskipframe=10)