Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lcmrl committed Sep 21, 2024
1 parent 78d54ed commit 50bd87e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/cameras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ general:
openmvg_camera_model: "pinhole_radial_k3" # ["pinhole", "pinhole_radial_k3", "pinhole_brown_t2"]
single_camera: False

cam0:
camera_model: "pinhole"
images : ""
cam0: # Do not add additional space when listing images, just comma separated
camera_model: "opencv"
images : "DSC_6466.JPG,DSC_6467.JPG"

cam1:
camera_model: "pinhole"
images : ""
camera_model: "simple-pinhole"
images : "DSC_6468.JPG"

0 comments on commit 50bd87e

Please sign in to comment.