Skip to content

Commit

Permalink
added demo video link for camera noise and interference
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus committed Feb 13, 2018
1 parent 1149015 commit 0cc0d7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}
Binary file added docs/images/camera_noise_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ Determines the speed of simulation clock with respect to wall clock. For example
### Image Noise Settings
The `NoiseSettings` allows to add noise to the specified image type with a goal of simulating camera sensor noise, interference and other artifacts. By default no noise is added, i.e., `Enabled: false`. If you set `Enabled: true` then following different types of noise and interference artifacts are enabled, each can be further tuned using setting. The noise effects are implemented as shader created as post processing material in Unreal Engine called [CameraSensorNoise](https://github.com/Microsoft/AirSim/blob/master/Unreal/Plugins/AirSim/Content/HUDAssets/CameraSensorNoise.uasset).

Demo of camera noise and inteference simulation:

[![AirSim Drone Demo Video](docs/images/camera_noise_demo.png)](https://youtu.be/1BeCEZmQyp0)

#### Random noise
This adds random noise blobs with following parameters.
* `RandContrib`: This determines blend ratio of noise pixel with image pixel, 0 means no noise and 1 means only noise.
Expand Down

0 comments on commit 0cc0d7c

Please sign in to comment.