Impact Acquire SDK Java
TMirrorOperationMode Class Reference

Defines valid mirror operation modes. More...

Static Public Attributes

static final int momChannelBased = acquireJNI.momChannelBased_get()
 The mirror mode can be selected for differently for each channel of the image.
 
static final int momGlobal = acquireJNI.momGlobal_get()
 There will be a single mode option only and this mode will be applied to all channels.
 

Detailed Description

Defines valid mirror operation modes.

Member Data Documentation

◆ momChannelBased

final int momChannelBased = acquireJNI.momChannelBased_get()
static

The mirror mode can be selected for differently for each channel of the image.

◆ momGlobal

final int momGlobal = acquireJNI.momGlobal_get()
static

There will be a single mode option only and this mode will be applied to all channels.

of the image.