diff --git a/docs/components/camera/transform.md b/docs/components/camera/transform.md index 625deca981..1812166b2d 100644 --- a/docs/components/camera/transform.md +++ b/docs/components/camera/transform.md @@ -118,7 +118,6 @@ The following attributes are available for `transform` views: | `pipeline` | array | **Required** | Specify an array of transformation objects. | | `intrinsic_parameters` | object | Optional | The intrinsic parameters of the camera used to do 2D <-> 3D projections: | | `distortion_parameters` | object | Optional | Modified Brown-Conrady parameters used to correct for distortions caused by the shape of the camera lens: | -| `debug` | boolean | Optional | Enables the debug outputs from the camera if `true`.
Default: `false` | The following are the transformation objects available for the `pipeline`: