From fe1761b79a8ce340c4ea0a4115a37c6dee10cf3e Mon Sep 17 00:00:00 2001 From: randhid <35934754+randhid@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:33:49 -0500 Subject: [PATCH] Update transform.md --- docs/components/camera/transform.md | 1 - 1 file changed, 1 deletion(-) 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`: