Skip to content

Commit

Permalink
Add documentation for additional cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
aburgm committed Mar 13, 2018
1 parent 9c22134 commit 164d0ea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ Below are complete list of settings available along with their default values. I
"HorzDistortionStrength": 0.002
}
],
"AdditionalCameras": [
{ "X": 0.00, "Y": 0.5, "Z": 0.0, "Roll": 0.0, "Pitch": 0.0, "Yaw": 90.0 }
],
"PX4": {
"FirmwareName": "PX4",
"LogViewerHostIp": "127.0.0.1",
Expand Down Expand Up @@ -253,4 +256,11 @@ This adds regions of noise on horizontal lines.
#### Horizontal line distortion
This adds fluctuations on horizontal line.
* `HorzDistortionContrib`: This determines blend ratio of noise pixel with image pixel, 0 means no noise and 1 means only noise.
* `HorzDistortionStrength`: This determines how large is the distortion.
* `HorzDistortionStrength`: This determines how large is the distortion.

### Additional Camera Settings
This allows to configure cameras in addition to the [standard ones](image_apis.md#available-cameras). This is only implemented in the multirotor drone at the moment.
The X, Y and Z fields specify the location of the new camera in the body frame, where X points forward, Y points to the right, and Z points downwards, and the values are given
in SI units (meters). Yaw, Pitch, and Roll specify the orientation of the camera, where Yaw denotes rotation around the Z axis, Pitch rotation around the Y axis and Roll rotation around the X axis.

This particular example adds a camera that is mounted on the right side of the drone, pointed to the right.

0 comments on commit 164d0ea

Please sign in to comment.