mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-12 06:27:01 +03:00
Add files via upload (#3207)
This commit is contained in:
@@ -1,21 +1,6 @@
|
||||
# Parameter `CamGainceiling`
|
||||
Default Value: `x4`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
!!! Note
|
||||
This is used when **CamAgc** is on.
|
||||
|
||||
**CamGainceiling**
|
||||
|
||||
The **Gain** is an analog multiplier applied to the raw sensor data.
|
||||
|
||||
The **Ceiling** is the maximum gain value that the sensor will use.
|
||||
|
||||
A higher gain means that the sensor has a greater response to light, but also makes sensor noise more visible.
|
||||
**Gain-Ceiling**
|
||||
|
||||
Available options:
|
||||
|
||||
@@ -26,3 +11,23 @@ Available options:
|
||||
- `x32`
|
||||
- `x64`
|
||||
- `x128`
|
||||
|
||||
Default Value for ov2640: `x4`<br>
|
||||
Default Value for ov5640: `x8`
|
||||
|
||||
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!
|
||||
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
!!! Note
|
||||
A higher gain means that the sensor has a greater response to light, but also makes sensor noise more visible.
|
||||
|
||||
This is used when **CamAgc** is on.
|
||||
|
||||
!!! Note
|
||||
The **Gain** is an analog multiplier applied to the raw sensor data.<br>
|
||||
The **Ceiling** is the maximum gain value that the sensor will use.
|
||||
|
||||
Reference in New Issue
Block a user