Merge pull request #19 from CommanderPho/main

Filled-in the `Camera Params` section of the rest_api page
This commit is contained in:
Prohurtz 2024-06-17 13:43:37 -05:00 committed by GitHub
commit 3d124eb908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,6 +153,11 @@ typedef enum {
### Camera Params
::: tip Coming Soon
We are currently working on this section of documentation.
:::
| Param | Description | Value Effect |
| :---: | :---------: | :---------: |
| `vflip` | Whether to flip the frames vertically. | 0 or 1 |
| `framesize` | A value between 0-7 indicating the frame resolution. | Larger number - higher resolution. |
| `hflip` | Whether to flip the frames horizontally. | 0 or 1 |
| `quality` | The JPEG quality level: 1-63? | **Smaller** number = higher quality, more latency and less fps |
| `brightness` | The `agc_gain` of the camera. | Larger number = more bright. |