Impact Acquire SDK Java
|
Defines recognized camera sensor expose modes. More...
Static Public Attributes | |
static final int | cemNoShutter = acquireJNI.cemNoShutter_get() |
'No shutter' mode, switch off exposure control. | |
static final int | cemOverlapped = acquireJNI.cemOverlapped_get() |
Overlapped mode, expose during image readout. | |
static final int | cemStandard = acquireJNI.cemStandard_get() |
Standard sequential mode. | |
Defines recognized camera sensor expose modes.
|
static |
'No shutter' mode, switch off exposure control.
This only affects the behaviour of the acquisition in mvIMPACT.acquire.TCameraTriggerMode is set to mvIMPACT.acquire.TCameraTriggerMode.ctmContinuous. In this case the shutter of the camera is never closed. Thus the exposure time in this mode is equal to the reciprocal value of the current frame rate.
|
static |
Overlapped mode, expose during image readout.
This only affects the behaviour of the acquisition in mvIMPACT.acquire.TCameraTriggerMode is set to mvIMPACT.acquire.TCameraTriggerMode.ctmContinuous.
In this mode the flash output should NOT be used. In any case the flash output will NOT work like in mvIMPACT.acquire.TCameraExposeMode.cemStandard but only a short pulse will be sent to the output.
|
static |
Standard sequential mode.
In this mode the sensor first is exposed and then afterwards the image readout is performed.