Please enable JavaScript to view this site.

IDS peak 26.06. / uEye+ firmware 3.94

Effective height of the sensor in pixels.

Name

SensorHeight

Category

ImageFormatControl

Interface

Integer

Access

Read (/Write, see Cameras with SensorOperationMode "Linescan")

Unit

px

Visibility

Expert

Values

Camera specific

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

icon-ui-gige icon-ui-usb2 icon-ui-usb3

Cameras with SensorOperationMode "Linescan"

You can set an individual line height for the following cameras in SensorOperationMode "Linescan".

U3-300x

U3-304x

U3-306x

U3-307x

U3-308x

U3-309x

U3-30Cx

U3-31Fx

U3-31Jx

U3-31Lx

U3-320x

U3-326x

U3-327x

U3-328x

U3-329x

GV-504x

GV-50Cx

GV-51Ax

GV-51Fx

GV-51Jx

GV-51Lx

GV-520x

GV-526x

GV-527x

GV-528x

GV-529x

Camera type

Minimum

Maximum

Increment

Default value

Color camera

2

Sensor height

2

2

Monochrome camera

1

Sensor height

1

1

If you set SensorHeight to a value > Height, Height will be set to the same value as SensorHeight. The value of Height can only be a multiple of the value of SensorHeight.

Code example

C++

// Determine the current SensorHeight
int64_t value = nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("SensorHeight")->Value();

C#

// Determine the current SensorHeight
long value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.IntegerNode>("SensorHeight").Value();

Python

# Determine the current SensorHeight (int)
value = nodeMapRemoteDevice.FindNode("SensorHeight").Value()