Click or drag to resize

JAICameraSetStandardMeasure Method

Sets the standard measure in the camera's settings dialog. Must be virtual to have access to the settings dialog for updating the value there.

Namespace: RAYLASE.Marker.CamerasPlugin.JAICamera
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public override void SetStandardMeasure(
	double standardMeasure
)

Parameters

standardMeasure  Double
The crop factor as percentage between 50 and 100.
See Also