Skip to content

Commit

Permalink
DOCS-1919: Update fake.md (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Mar 7, 2024
1 parent c9ecf66 commit b368e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/camera/fake.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ The following attributes are available for `fake` cameras:
<!-- prettier-ignore -->
| 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

Expand Down

0 comments on commit b368e0b

Please sign in to comment.