Disable camera on example
This commit is contained in:
parent
1c101a4f56
commit
c6eb609ab1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue