Update rest_api.md to remove uncertain note as it has now been checked.

This commit is contained in:
Prohurtz 2024-06-17 11:43:25 -07:00 committed by GitHub
parent 53babc57cc
commit f27d48244e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,7 +161,3 @@ typedef enum {
| `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. |
::: tip Uncertain Values
These values and their descriptions were reverse-engineered from the OpenIRIS C++ code and trial-and-error, so they would benefit from review by someone who understands their meaning.
:::