MultiCam Boards Documentation > MultiCam Documentation > MultiCam Reference > Channel Class > Cluster Category > Adjust Level (Cluster) > ImageSizeX

ImageSizeX

Description

Type

Integer

Description

Horizontal size of the transferred images

"Set" effect

Sets the horizontal size of the image

"Get" effect

Returns the current horizontal size of the image

Classification

Class

Channel

Category

Cluster

Level

Adjust

Identifiers

String

ImageSizeX

C, C++

MC_ImageSizeX

.NET

MC.ImageSizeX

Numerical

523

This parameter is expressed as a number of columns. It can be set only with Picolo boards.

It exposes the result of any condition adjustment that could affect the image width during the acquisition process.

The surface in the destination cluster will receive an image, the width of which is that number of columns.

In case of area-scan cameras, the size of the destination surface matches the size of the acquired frame.

In case of line-scan cameras, the size of the destination surface matches the size of the acquired page.

The horizontal size of the image is scaled to the defined ImageSizeX number of pixels per line.

Values applicable for Picolo Alert and Picolo Diligent

The horizontal scaling is controlled by simply setting ImageSizeX to the desired image width. The effective horizontal scaling factor is the ratio WindowX_Px / ImageSizeX rounded up to the nearest multiple of 1/512.

Allowable values are any integer in the range [WindowX_Px / 7.99 up to WindowX_Px]. The default value of ImageSizeX is equal to WindowX_Px.

On Picolo Diligent, if CompressionType=DX50 or MP4S, ImageSizeX and ImageSizeY are get-only parameters. The Resolution parameter must be used in order to change the image size.