mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 03:26:53 +03:00
Add files via upload (#3207)
This commit is contained in:
@@ -1,17 +1,22 @@
|
||||
# Parameter `CamAeLevel`
|
||||
|
||||
**Auto-Exposure-Level**
|
||||
|
||||
range on OV2640 (`-2` .. `2`)<br>
|
||||
range on OV3660 and OV5640 (`-5` .. `5`)
|
||||
|
||||
Default Value: `0`
|
||||
|
||||
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
|
||||
The exposure offset for automatic exposure, lower values produce darker image.
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**Auto Exposure Level**
|
||||
|
||||
The exposure offset for automatic exposure, lower values produce darker image.
|
||||
|
||||
available range on OV2640 (`-2` .. `2`)
|
||||
available range on OV3660 and OV5640 (`-5` .. `5`)
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Parameter `CamAec`
|
||||
|
||||
**Auto-Exposure-Control**
|
||||
|
||||
- When **true**, the camera attempts to automatically control the exposure.
|
||||
- When **false**, the **CamAecValue** setting is used instead.
|
||||
|
||||
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!
|
||||
|
||||
@@ -8,9 +17,3 @@ Default Value: `true`
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**Auto-Exposure Control**
|
||||
|
||||
When **true**, the camera attempts to automatically control the exposure.
|
||||
|
||||
When **false**, the **CamAecValue** setting is used instead.
|
||||
|
||||
@@ -1,16 +1,22 @@
|
||||
# Parameter `CamAec2`
|
||||
|
||||
**Auto-Exposure-Control2**
|
||||
|
||||
- When **true**, the sensor’s "night mode" is enabled, extending the range of automatic gain control.
|
||||
- When **false**, the sensor’s "night mode" is disabled.
|
||||
|
||||
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!
|
||||
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
|
||||
!!! Note
|
||||
This may resolve some over-exposure and under-exposure issues.
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**Auto-Exposure Control 2**
|
||||
|
||||
When **true**, the sensor’s "night mode" is enabled, extending the range of automatic gain control.
|
||||
|
||||
This may resolve some over-exposure and under-exposure issues.
|
||||
|
||||
@@ -1,16 +1,21 @@
|
||||
# Parameter `CamAecValue`
|
||||
|
||||
**Auto-Exposure-Value**
|
||||
|
||||
Range (`0` .. `1200`)
|
||||
|
||||
Default Value: `160`
|
||||
|
||||
|
||||
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
|
||||
Access the exposure value of the camera, higher values produce brighter images.
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**Auto Exposure Value**
|
||||
|
||||
Access the exposure value of the camera, higher values produce brighter images.
|
||||
|
||||
Range (`0` .. `1200`)
|
||||
|
||||
@@ -1,13 +1,16 @@
|
||||
# Parameter `CamAgc`
|
||||
|
||||
**Auto-Gain-Control**
|
||||
|
||||
- When **true**, the camera attempts to automatically control the sensor gain, up to the value in the **CamGainceiling** property.
|
||||
- When **false**, the **CamAgcGain** setting is used instead.
|
||||
|
||||
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!
|
||||
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
**Auto Gain**
|
||||
|
||||
When **true**, the camera attempts to automatically control the sensor gain, up to the value in the **CamGainceiling** property.
|
||||
|
||||
When **false**, the **CamAgcGain** setting is used instead.
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
# Parameter `CamAgcGain`
|
||||
|
||||
**Auto-Gain-Control-Value**
|
||||
|
||||
Range (`0` .. `30`)
|
||||
|
||||
Default Value: `15`
|
||||
|
||||
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!
|
||||
|
||||
@@ -9,8 +17,5 @@ Default Value: `15`
|
||||
!!! Note
|
||||
This is used when **CamAgc** is off.
|
||||
|
||||
**Gain Manual Value**
|
||||
|
||||
Access the gain level of the sensor, higher values produce brighter images.
|
||||
|
||||
Range (`0` .. `30`)
|
||||
!!! Note
|
||||
Access the gain level of the sensor, higher values produce brighter images.
|
||||
|
||||
@@ -1,17 +1,22 @@
|
||||
# Parameter `CamAutoSharpness`
|
||||
|
||||
**Auto-Sharpness**
|
||||
|
||||
- When **true**, the camera attempts to automatically adjusts the sharpness.
|
||||
- When **false**, the **CamSharpness** setting is used instead.
|
||||
|
||||
Default Value: `false`
|
||||
|
||||
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
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
!!! Note
|
||||
The OV2640 does not officially support auto sharpness, this is an experimental parameter!
|
||||
|
||||
**AutoSharpness**
|
||||
|
||||
When **true**, the camera attempts to automatically adjusts the sharpness.
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
@@ -1,13 +1,16 @@
|
||||
# Parameter `CamAwb`
|
||||
|
||||
**Auto-White-Balance**
|
||||
|
||||
- When **true**, the camera attempts to automatically control white balance.
|
||||
- When **false**, the **CamWbMode** setting is used instead.
|
||||
|
||||
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!
|
||||
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
**Auto White Balance**
|
||||
|
||||
When **true**, the camera attempts to automatically control white balance.
|
||||
|
||||
When **false**, the **CamWbMode** setting is used instead.
|
||||
|
||||
@@ -1,11 +1,15 @@
|
||||
# Parameter `CamAwbGain`
|
||||
Default Value: ` `
|
||||
|
||||
|
||||
**Auto-White-Balance-Gain**
|
||||
|
||||
- Enable/Disable **CamAwbGain** control.
|
||||
|
||||
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!
|
||||
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
**Auto White Balance Gain**
|
||||
|
||||
Access the **CamAwbGain** property of the camera sensor.
|
||||
|
||||
@@ -1,11 +1,15 @@
|
||||
# Parameter `CamBpc`
|
||||
|
||||
**Black-Pixel-Correction**
|
||||
|
||||
- Enable/Disable **black point compensation**, this can make black parts of the image darker.
|
||||
|
||||
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!
|
||||
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
**Black Pixel Correction**
|
||||
|
||||
Enable/Disable **black point compensation**, this can make black parts of the image darker.
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
# Parameter `CamBrightness`
|
||||
|
||||
**Image-Brightness**
|
||||
|
||||
Range (`-2` .. `2`)
|
||||
|
||||
Default Value: `0`
|
||||
|
||||
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
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**Brightness**
|
||||
|
||||
Positive values increase brightness, negative values lower it.
|
||||
|
||||
Range (`-2` .. `2`)
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
# Parameter `CamColorbar`
|
||||
Default Value: `false`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
**Colorbar**
|
||||
|
||||
currently not implemented.
|
||||
|
||||
Default Value: `false`
|
||||
|
||||
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!
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
# Parameter `CamContrast`
|
||||
|
||||
**Image-Contrast**
|
||||
|
||||
Range (`-2` .. `2`)
|
||||
|
||||
Default Value: `0`
|
||||
|
||||
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
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**Contrast**
|
||||
|
||||
Positive values increase contrast, negative values lower it.
|
||||
|
||||
Range (`-2` .. `2`)
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Parameter `CamDcw`
|
||||
|
||||
**Image-Downsize**
|
||||
|
||||
- When **CamDcw** is on, the image that you receive will be the size that you requested (VGA, QQVGA, etc).
|
||||
- When **CamDcw** is off, the image that you receive will be one of UXGA, SVGA, or CIF.
|
||||
|
||||
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!
|
||||
|
||||
@@ -9,10 +18,4 @@ Default Value: `true`
|
||||
If **CamZoom** is used, this must be activated.
|
||||
|
||||
!!! Note
|
||||
When **CamDcw** is on, the image that you receive will be the size that you requested (VGA, QQVGA, etc).
|
||||
When **CamDcw** is off, the image that you receive will be one of UXGA, SVGA, or CIF. In other words, literally the actual image size as read from the sensor without any scaling.
|
||||
Note that if **CamDcw** is off, and you pick a different image size, this implicitly turns **CamDcw** back on again (although this isn't reflected in the options).
|
||||
|
||||
**Downsize**
|
||||
|
||||
Enable/Disable camera image scaling.
|
||||
If **CamDcw** is off, and you pick a different image size, this implicitly turns **CamDcw** back on again.
|
||||
|
||||
@@ -1,11 +1,15 @@
|
||||
# Parameter `CamDenoise`
|
||||
Default Value: `0`
|
||||
|
||||
**Image-Denoise**
|
||||
|
||||
- Denoise Image, is only supported by OV3660 and OV5640
|
||||
|
||||
range on OV3660 and OV5640 (0 .. 8)
|
||||
|
||||
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!
|
||||
|
||||
**Denoise**
|
||||
|
||||
Denoise Image, is only supported by OV3660 and OV5640
|
||||
|
||||
Range (`0` .. `8`)
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,12 +1,16 @@
|
||||
# Parameter `CamHmirror`
|
||||
|
||||
**Mirror-Image**
|
||||
|
||||
- When **true**, the camera image is mirrored left-to-right.
|
||||
|
||||
Default Value: `false`
|
||||
|
||||
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
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**Mirror Image**
|
||||
|
||||
When **true**, the camera image is mirrored left-to-right.
|
||||
|
||||
@@ -1,13 +1,18 @@
|
||||
# Parameter `CamLenc`
|
||||
|
||||
**Lens-Correction**
|
||||
|
||||
- Enable/Disable lens correction.
|
||||
|
||||
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!
|
||||
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
**Lens Correction**
|
||||
|
||||
Enable/Disable lens correction.
|
||||
|
||||
This can help compensate for light fall-off at the edge of the sensor area.
|
||||
!!! Note
|
||||
This can help compensate for light fall-off at the edge of the sensor area.
|
||||
|
||||
@@ -1,19 +1,22 @@
|
||||
# Parameter `CamQuality`
|
||||
|
||||
**Image-Quality**
|
||||
|
||||
Range (`8` .. `63`)
|
||||
|
||||
Default Value: `10`
|
||||
|
||||
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!
|
||||
|
||||
!!! Warning
|
||||
Value below 10 could result in system instabilities!
|
||||
|
||||
!!! Note
|
||||
Quality index for pictures: `8` (highest quality) ... `63` (lowest quality)
|
||||
|
||||
**Image Quality**
|
||||
|
||||
The **CamQuality** setting when capturing JPEG images.
|
||||
|
||||
This is similar to the quality setting when exporting a jpeg image from photo editing software.
|
||||
This is similar to the quality setting when exporting a jpeg image from photo editing software.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,14 +1,19 @@
|
||||
# Parameter `CamSaturation`
|
||||
|
||||
**Image-Saturation**
|
||||
|
||||
Range (`-2` .. `2`)
|
||||
|
||||
Default Value: `0`
|
||||
|
||||
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
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
!!! Note
|
||||
Positive values increase saturation (more vibrant colors), negative values lower it (more muted colors).
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**Saturation**
|
||||
|
||||
Positive values increase saturation (more vibrant colors), negative values lower it (more muted colors).
|
||||
|
||||
Range (`-2` .. `2`)
|
||||
|
||||
@@ -1,22 +1,26 @@
|
||||
# Parameter `CamSharpness`
|
||||
|
||||
**Image-Sharpness**
|
||||
|
||||
Range (`-2` .. `2`)
|
||||
|
||||
Default Value: `0`
|
||||
|
||||
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
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
!!! Note
|
||||
The OV2640 does not officially support sharpness, this is an experimental parameter!
|
||||
|
||||
!!! Note
|
||||
Positive values increase sharpness (more defined edges), negative values lower it (softer edges).
|
||||
|
||||
This is used when **CamAutoSharpness** is off.
|
||||
|
||||
**Sharpness**
|
||||
|
||||
Positive values increase sharpness (more defined edges), negative values lower it (softer edges).
|
||||
|
||||
Range (`-2` .. `2`)
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
@@ -1,15 +1,6 @@
|
||||
# Parameter `CamSpecialEffect`
|
||||
Default Value: `no_effect`
|
||||
|
||||
!!! 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 parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**SpecialEffect**
|
||||
**Image-Special-Effect**
|
||||
|
||||
Available options:
|
||||
|
||||
@@ -20,3 +11,16 @@ Available options:
|
||||
- `green`
|
||||
- `blue`
|
||||
- `retro`
|
||||
|
||||
Default Value: `no_effect`
|
||||
|
||||
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
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
@@ -1,15 +1,19 @@
|
||||
# Parameter `CamVflip`
|
||||
|
||||
**Flip-Image**
|
||||
|
||||
- When **true**, the camera image is flipped top-to-bottom.
|
||||
|
||||
Default Value: `false`
|
||||
|
||||
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
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
!!! Note
|
||||
On some OV5640 Cameras, the image becomes reddish when Vflip is used in conjunction with the zoom function!
|
||||
|
||||
**Flip Image**
|
||||
|
||||
When **true**, the camera image is flipped top-to-bottom.
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
@@ -1,16 +1,6 @@
|
||||
# Parameter `CamWbMode`
|
||||
Default Value: `auto`
|
||||
|
||||
!!! Warning
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
!!! Note
|
||||
This is used when **CamAwb** is off.
|
||||
|
||||
**White Balance Mode**
|
||||
**White-Balance-Mode**
|
||||
|
||||
Available options:
|
||||
|
||||
@@ -19,3 +9,17 @@ Available options:
|
||||
- `cloudy`
|
||||
- `office`
|
||||
- `home`
|
||||
|
||||
Default Value: `auto`
|
||||
|
||||
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
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
!!! Note
|
||||
This is used when **CamAwb** is off.
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
@@ -1,12 +1,16 @@
|
||||
# Parameter `CamWpc`
|
||||
|
||||
**White-Pixel-Correction**
|
||||
|
||||
- Enable/Disable **white point compensation**, his can make white parts of the image whiter.
|
||||
|
||||
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
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**White Pixel Correction**
|
||||
|
||||
Enable/Disable **white point compensation**, his can make white parts of the image whiter.
|
||||
|
||||
@@ -1,16 +1,21 @@
|
||||
# Parameter `CamZoom`
|
||||
|
||||
**Digital-Zoom**
|
||||
|
||||
- Enable/Disable digital zoom.
|
||||
|
||||
Default Value: `false`
|
||||
|
||||
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
|
||||
It is always zoomed into the center of the image, if **CamZoomOffsetX** and **CamZoomOffsetY** are zero.
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**Zoom**
|
||||
|
||||
Enable/Disable digital zoom.
|
||||
|
||||
It is always zoomed into the center of the image, if **CamZoomOffsetX** and **CamZoomOffsetY** are zero.
|
||||
|
||||
@@ -1,18 +1,25 @@
|
||||
# Parameter `CamZoomOffsetX`
|
||||
|
||||
**Digital-Zoom-OffsetX**
|
||||
|
||||
range on OV2640 (`-480` .. `480`)<br>
|
||||
range on OV3660 (`-704` .. `704`)<br>
|
||||
range on OV5640 (`-960` .. `960`)
|
||||
|
||||
Default Value: `0`
|
||||
|
||||
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
|
||||
X displacement of the image from the center.<br>
|
||||
Positive values shift the image to the right, negative values to the left.<br>
|
||||
The maximum possible offset depends on the value of the **CamZoomSize**.
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**Zoom Offset X**
|
||||
|
||||
X displacement of the image from the center.
|
||||
|
||||
Positive values shift the image to the right, negative values to the left.
|
||||
|
||||
The maximum possible offset depends on the value of the **CamZoomSize**.
|
||||
|
||||
@@ -1,18 +1,25 @@
|
||||
# Parameter `CamZoomOffsetY`
|
||||
|
||||
**Digital-Zoom-OffsetY**
|
||||
|
||||
range on OV2640 (`-360` .. `360`)<br>
|
||||
range on OV3660 (`-528` .. `528`)<br>
|
||||
range on OV5640 (`-720` .. `720`)
|
||||
|
||||
Default Value: `0`
|
||||
|
||||
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
|
||||
Y displacement of the image from the center.<br>
|
||||
Positive values move the image up, negative values move the image down.<br>
|
||||
The maximum possible offset depends on the value of the **CamZoomSize**.
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**Zoom Offset Y**
|
||||
|
||||
Y displacement of the image from the center.
|
||||
|
||||
Positive values move the image up, negative values move the image down.
|
||||
|
||||
The maximum possible offset depends on the value of the **CamZoomSize**.
|
||||
|
||||
@@ -1,14 +1,23 @@
|
||||
# Parameter `CamZoomSize`
|
||||
|
||||
**Digital-Zoom-Size**
|
||||
|
||||
range on OV2640 (`0` .. `29`)<br>
|
||||
range on OV3660 (`0` .. `43`)<br>
|
||||
range on OV5640 (`0` .. `59`)
|
||||
|
||||
Default Value: `0`
|
||||
|
||||
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
|
||||
Zoom factor/level of the digital zoom, the larger the value, the more it zooms in.
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
**Zoom Size**
|
||||
|
||||
Zoom factor/level of the digital zoom, the larger the value, the more it zooms in.
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
# Parameter `Demo`
|
||||
Default Value: `false`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
Enable to use demo images instead of the real camera images.
|
||||
Make sure to have a `/demo` folder on your SD-Card and make sure it contains the expected files!
|
||||
Check [here](../Demo-Mode) for details.
|
||||
Check [here](../Demo-Mode) for details.
|
||||
|
||||
Default Value: `false`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
# Parameter `LEDIntensity`
|
||||
Default Value: `50`
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
Set the Flash LED Intensity: (`0` .. `100`)
|
||||
|
||||
Default Value: `50`
|
||||
|
||||
!!! Note
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
|
||||
Set the Flash LED Intensity: (`0` .. `100`)
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration page!
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
# Parameter `RawImagesLocation`
|
||||
Default Value: `/log/source`
|
||||
|
||||
Location on the SD-Card to store the raw images.
|
||||
|
||||
Default Value: `/log/source`
|
||||
|
||||
!!! Warning
|
||||
A SD-Card has limited write cycles. Since the device does not do [Wear Leveling](https://en.wikipedia.org/wiki/Wear_leveling), this can wear out your SD-Card!
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Parameter `RawImagesRetention`
|
||||
Default Value: `15`
|
||||
|
||||
Number of days to keep the raw images (`0` = forever)
|
||||
|
||||
Unit: Days
|
||||
|
||||
Number of days to keep the raw images (`0` = forever)
|
||||
Default Value: `15`
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
# Parameter `WaitBeforeTakingPicture`
|
||||
Default Value: `5`
|
||||
|
||||
Waiting time between switching the flash light (onboard LED) on and taking the picture.
|
||||
|
||||
Unit: seconds
|
||||
|
||||
Default Value: `5`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
Waiting time between switching the flash light (onboard LED) on and taking the picture.
|
||||
|
||||
Reference in New Issue
Block a user