mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
add documentation for new TakeImage options
This commit is contained in:
10
param-docs/parameter-pages/TakeImage/Aec2.md
Normal file
10
param-docs/parameter-pages/TakeImage/Aec2.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Parameter `Aec2`
|
||||
Default Value: `false`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
Switch to "Auto-exposure Control 2" algorithm. This may resolve some over-exposure and under-exposure issues.
|
||||
10
param-docs/parameter-pages/TakeImage/AutoExposureLevel.md
Normal file
10
param-docs/parameter-pages/TakeImage/AutoExposureLevel.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Parameter `AutoExposureLevel`
|
||||
Default Value: `0`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
Exposure compensation. Lower values produce darker image. Range (`-2` .. `2`)
|
||||
10
param-docs/parameter-pages/TakeImage/Grayscale.md
Normal file
10
param-docs/parameter-pages/TakeImage/Grayscale.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Parameter `Grayscale`
|
||||
Default Value: `false`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
Produces black and white image.
|
||||
10
param-docs/parameter-pages/TakeImage/Negative.md
Normal file
10
param-docs/parameter-pages/TakeImage/Negative.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Parameter `Negative`
|
||||
Default Value: `false`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
Inverts the colors.
|
||||
10
param-docs/parameter-pages/TakeImage/Sharpness.md
Normal file
10
param-docs/parameter-pages/TakeImage/Sharpness.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Parameter `Sharpness`
|
||||
Default Value: `0`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
Changes the sharpness of the image. Set to -4 for auto-sharpness. Range (`-4` .. `3`)
|
||||
10
param-docs/parameter-pages/TakeImage/Zoom.md
Normal file
10
param-docs/parameter-pages/TakeImage/Zoom.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Parameter `Zoom`
|
||||
Default Value: `false`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
Crop the camera sensor frame to the selected `ImageSize` resolution instead of scaling it down.
|
||||
12
param-docs/parameter-pages/TakeImage/ZoomMode.md
Normal file
12
param-docs/parameter-pages/TakeImage/ZoomMode.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Parameter `ZoomMode`
|
||||
Default Value: `0`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
`ZoomMode` only applies when `Zoom` is enabled.
|
||||
Value 0: Crop the camera sensor frame to `ImageSize` resolution.
|
||||
Value 1: Scale the camera sensor frame to 800 x 600 pixels then crop it to `ImageSize` resolution.
|
||||
11
param-docs/parameter-pages/TakeImage/ZoomOffsetX.md
Normal file
11
param-docs/parameter-pages/TakeImage/ZoomOffsetX.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Parameter `ZoomOffsetX`
|
||||
Default Value: `0`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
`ZoomOffsetX` only applies when `Zoom` is enabled.
|
||||
X coordinate of the crop location within the camera sensor frame.
|
||||
11
param-docs/parameter-pages/TakeImage/ZoomOffsetY.md
Normal file
11
param-docs/parameter-pages/TakeImage/ZoomOffsetY.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Parameter `ZoomOffsetY`
|
||||
Default Value: `0`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
`ZoomOffsetY` only applies when `Zoom` is enabled.
|
||||
Y coordinate of the crop location within the camera sensor frame.
|
||||
Reference in New Issue
Block a user