diff --git a/docs/components/camera/fake.md b/docs/components/camera/fake.md index a7da87a3d6..614f1bbf4e 100644 --- a/docs/components/camera/fake.md +++ b/docs/components/camera/fake.md @@ -77,8 +77,8 @@ The following attributes are available for `fake` cameras: | Name | Type | Inclusion | Description | | ---- | ---- | --------- | ----------- | -| `width` | int | Optional | The width of the image in pixels. The default width is 1280. | -| `height` | int | Optional | The height of the image in pixels. The default height is 720. | +| `width` | int | Optional | The width of the image in pixels. The default width is 1280. The maximum width is 10000. | +| `height` | int | Optional | The height of the image in pixels. The default height is 720. The maximum height is 10000. | ## View the camera stream