You are here: Start » AVL.NET » XiApiDownsampling Enumeration

XiApiDownsampling Enumeration

Possible ways of changing image resolution.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
X1_BINNING1 sensor pixel = 1 image pixel, pixels are interpolated
X1_SKIPPING1 sensor pixel = 1 image pixel, pixels are skipped
X2_BINNING2x2 sensor pixels = 1 image pixel, pixels are interpolated
X2_SKIPPING2x2 sensor pixels = 1 image pixel, pixels are skipped
X4_BINNING4x4 sensor pixels = 1 image pixel, pixels are interpolated
X4_SKIPPING4x4 sensor pixels = 1 image pixel, pixels are skipped

Remarks

See also