add documentation for new TakeImage options

This commit is contained in:
Joo Aun Saw
2024-02-04 17:38:44 +11:00
committed by CaCO3
parent 4f5933c4f2
commit 8b1c65a38a
9 changed files with 94 additions and 0 deletions

View 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.