Impact Acquire SDK Java
TCameraShutterMode Class Reference

Defines recognized camera sensor shutter modes. More...

Static Public Attributes

static final int csmElectronicRollingShutter = acquireJNI.csmElectronicRollingShutter_get()
 Electronic rolling shutter mode (ERS)
 
static final int csmFrameShutter = acquireJNI.csmFrameShutter_get()
 Standard Frame-Shutter mode.
 
static final int csmFrameShutterWithFastCenterReadout = acquireJNI.csmFrameShutterWithFastCenterReadout_get()
 Start and stop of integration will happen at the same time for all pixels.
 
static final int csmGlobalResetRelease = acquireJNI.csmGlobalResetRelease_get()
 Global reset release shutter (GRR)
 

Detailed Description

Defines recognized camera sensor shutter modes.

Member Data Documentation

◆ csmElectronicRollingShutter

final int csmElectronicRollingShutter = acquireJNI.csmElectronicRollingShutter_get()
static

Electronic rolling shutter mode (ERS)

Start and stop of integration occurs on a line by line base. Integration time is the same for all lines bit timing is slightly different

◆ csmFrameShutter

final int csmFrameShutter = acquireJNI.csmFrameShutter_get()
static

Standard Frame-Shutter mode.

Start and stop of integration occurs at the same time for all pixels

◆ csmFrameShutterWithFastCenterReadout

final int csmFrameShutterWithFastCenterReadout = acquireJNI.csmFrameShutterWithFastCenterReadout_get()
static

Start and stop of integration will happen at the same time for all pixels.

Uses optimization for fast centered Readout.

◆ csmGlobalResetRelease

final int csmGlobalResetRelease = acquireJNI.csmGlobalResetRelease_get()
static

Global reset release shutter (GRR)

Start of integration occurs at the same time for all pixels. End of integration happens on a line per line base like with ERS. This is only useful with special lighting or an mechanical extra shutter