UnpackingMode
Feature Info
Module | Category Path | Type | Access |
---|---|---|---|
Data Stream | Root / PixelProcessing | Enumeration | RW |
Description
Unpacking Mode of multi-byte pixel components.
When set to Lsb, each pixel component is unpacked to the least significant bit. Padding '0' bits are put as necessary in the most significant bits to reach the next 8-bit boundary. 16-bit data are delivered using the little-endian convention.
When set to Msb, each pixel component is unpacked to the most significant bit. Padding '0' bits are put as necessary in the least significant bits to reach the next 8-bit boundary. 16-bit data are delivered using the little-endian convention.
When set to Off, the pixel components are not unpacked. The pixel data stream is left unchanged.
Default value: Lsb.
The default value was Msb for Coaxlink Driver versions prior to 4.3.
Enumeration Values
Lsb
: Unpacking to lsb.Msb
: Unpacking to msb.Off
: No unpacking.
See also in the Functional Guide