Click or drag to resize

JAICameraResetCameraFieldSize Method

Resets the image size to the maximal value, defined by the camera's physical sensor size.

Namespace: RAYLASE.Marker.CamerasPlugin.JAICamera
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public override void ResetCameraFieldSize(
	bool isToApply
)

Parameters

isToApply  Boolean
If true, the size is set directly in the camera. If false, the size is set only in the dialog fields of an open camera settings dialog, and the user has to press the Apply button to confirm the change (see overload in derived classes).
See Also