DalsaCameraSetRectificationCropFactor Method |
Sets the crop factor needed in case of F-Theta lens systems to
reduce the tile size.
Must be virtual to have access to the settings dialog for updating
the value there.
Namespace: RAYLASE.Marker.CamerasPlugin.TeledyneDalsaCameraAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic override void SetRectificationCropFactor(
int cropFactor
)
Parameters
- cropFactor Int32
- The crop factor as percentage between
50 and 100.
See Also