Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.RopEffect

Accessible

Camera.RopEffect.Set

Syntax

uEye.RopEffect.Set(uEye.Defines.RopEffectMode mode, bool bEnable)

Description

Sets the values for the image mirroring.

Parameter

mode

Mode of the Rop effect:

uEye.Defines.RopEffectMode.UpDown: Mirrors the image along the horizontal axis.

uEye.Defines.RopEffectMode.LeftRight: Mirrors the image along the vertical axis.

uEye.Defines.RopEffectMode.MirrorNone: No image mirroring.

Depending on the sensor, this operation is performed in the camera or in the PC software.

bEnable

Enables/disables Rop effect:

true = Enable

false = Disable