Class
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 |