Click or drag to resize

BasePluginCameraSetRectificationCropFactor 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
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public virtual void SetRectificationCropFactor(
	int cropFactor
)

Parameters

cropFactor  Int32
The crop factor as percentage between 50 and 100.
See Also