Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.22 KB

CameraCalibration

Build Status

Requirements

  • Required to use Julia 1.7.2 or lower, newer Julia have been tested to fail

Installation

  1. Install Julia 1.7.2 (https://julialang.org/downloads/oldreleases/)
  2. Install CameraCalibration.jl
using Pkg
Pkg.add(url="https://github.com/AbelHo/CameraCalibration.jl")

Usage

  1. Create directory called CameraCalibration on your desktop
  2. Put all the videos you want to analyse in that director
  3. Load CameraCalibration library to initialize
using CameraCalibration
  1. This command will automatically search for that folder and process all the videos in it
calibrate_video_checkerboard()

Test if everything works

calibrate_video_checkerboard([4,6], joinpath(dirname(dirname(pathof(CameraCalibration))), "test", "Vid_20131219_105014_small_180p.mp4") ; numskipframe=10)

Other Details

Example Instructions

docs/src/example.md

Example Video

test/Vid_20131219_105014_small_180p.mp4