MultiCam Boards Documentation > MultiCam Documentation > MultiCam Reference > Channel Class > Exception Management Category > Adjust Level (Exception Management) > AcquisitionCleanup

AcquisitionCleanup

Description

Type

Enumerated

Description

Removal of spoiled images

"Set" effect

Sets the spoiled images filtering

"Get" effect

Returns the current spoiled images filtering

Classification

Class

Channel

Category

Exception Management

Level

Adjust

Identifiers

String

AcquisitionCleanup

C, C++

MC_AcquisitionCleanup

.NET

MC.AcquisitionCleanup

Numerical

3024

Some acquired images may be spoiled, due to FIFO overruns for example. This parameter allows not to transfer these images to the application.

Possible values

Name

Identifier

Description

ENABLED

MC_AcquisitionCleanup_ENABLED

The spoiled images are not signalled. The corresponding surfaces (SurfaceState) are immediately set to FREE.

DISABLED

MC_AcquisitionCleanup_DISABLED

The spoiled images are managed the same way as accurate images.