Disable camera on example

This commit is contained in:
nsubiron 2017-11-16 18:32:06 +01:00
parent 1c101a4f56
commit c6eb609ab1
1 changed files with 5 additions and 2 deletions

View File

@ -36,9 +36,12 @@ SeedPedestrians=123456789
[CARLA/SceneCapture]
; Names of the cameras to be attached to the player, comma-separated, each of
; them should be defined in its own subsection.
Cameras=MyCamera
; them should be defined in its own subsection. E.g., Uncomment next line to add
; a camera called MyCamera to the vehicle
; Cameras=MyCamera
; Now, every camera we added needs to be defined it in its own subsection.
[CARLA/SceneCapture/MyCamera]
; Post-processing effect to be applied. Valid values:
; * None No effects applied.