mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-11 05:56:57 +03:00
Add files via upload (#3207)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user