Skip to content

Commit

Permalink
RENDER.md: serial number does not show up in markdown
Browse files Browse the repository at this point in the history
Summary: Formatting issues with markdown text on GitHub was causing string `<serial_number>` to disappear inside `<pre>` clause.

Reviewed By: fbriggs

Differential Revision: D4763235

fbshipit-source-id: 8a0e5b63c4b5861cd1ede4bf6b4cc6ea835b6429
  • Loading branch information
aparrapo authored and facebook-github-bot committed Mar 23, 2017
1 parent daab454 commit 07f47a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions surround360_render/RENDER.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ render
└── config
├── camera_rig.json
└── isp
└── <serial_number>.json
└── <i>serial_number</i>.json
</pre>

It is strongly recommended that the steps in CALIBRATION.md are followed in other to create customized files for each camera. These are:

- config/isp/<serial_number>.json: output of color calibration and optical vignetting calibration
- config/isp/*serial_number*.json: output of color calibration and optical vignetting calibration
- config/camera_rig.json: output of geometric calibration

If an older version of the software that did not have geometric calibration steps in CALIBRATION.md is used, the software will expect these files instead:
Expand Down

0 comments on commit 07f47a0

Please sign in to comment.