PointDeffects

_TestAndView, EnableCameraCorrection, EnableCameraCorrectionFQ

EnableCameraCorrection

Description 

 EnableCameraCorrection(
   int  Enabled
);

This function applies point defects correction during Grabbing and Freeze commands. The function corresponds to the Apply Point Correction command.

Parameters

int Enabled

0

Disabled.

1

Enabled.

See Also 
_DefineCameraCorrection, _TestAndView

EnableCameraCorrectionFQ

Description 

 EnableCameraCorrectionFQ(
   int  ModeOperation,
   int  Enabled
);

This function enables/disables the application of camera correction. The camera correction must be defined for the given mode.

Parameters

int ModeOperation

specifies one of the capture modes - fast or quality.

1

fast mode

2

quality mode

int Enabled

0

Disabled.

1

Enabled.

See Also 
EnableCameraCorrection

_TestAndView

Description 

 _TestAndView();

The Camera Correction Test & View dialog window appears.

See Also 
_DefineCameraCorrection, EnableCameraCorrection