Add files via upload (#3207)

This commit is contained in:
michael
2024-09-01 08:34:29 +02:00
committed by GitHub
parent cd29690b96
commit 3219202c53
35 changed files with 355 additions and 218 deletions

View File

@@ -1,5 +1,13 @@
# Parameter `CamRawGma`
Default Value: ` `
**Raw-Gamma**
- Enable/Disable raw gamma mode.
Default Value: `true`
See [here](../datasheets/Camera.ov2640_ds_1.8_.pdf) for the ov2640 camera datasheet.<br>
See [here](../datasheets/OV5640_datasheet.pdf) for the ov5640 camera datasheet.
!!! Warning
This is an **Expert Parameter**! Only change it if you understand what it does!
@@ -7,11 +15,7 @@ Default Value: ` `
After changing this parameter you need to update your reference image and alignment markers!
!!! Note
The main purpose of the Gamma (GMA) function is to compensate for the non-linear characteristics of the sensor. GMA
converts the pixel values according to the Gamma curve to compensate the sensor output under different light strengths.
The main purpose of the Gamma (GMA) function is to compensate for the non-linear characteristics of the sensor.
GMA converts the pixel values according to the Gamma curve to compensate the sensor output under different light strengths.
The non-linear gamma curve is approximately constructed with different linear functions. Raw gamma compensates the
image in the RAW domain.
**Raw Gamma**
Enable/Disable raw gamma mode.