Defined valid camera sensor trigger source values.
More...
|
static final int | ctsDigIn0 = acquireJNI.ctsDigIn0_get() |
| Uses digital input 0 as the source for the trigger signal.
|
|
static final int | ctsDigIn1 = acquireJNI.ctsDigIn1_get() |
| Use digital input 1 as the source for the trigger signal.
|
|
static final int | ctsDigOut0 = acquireJNI.ctsDigOut0_get() |
| Uses digital output 0 as the source for the trigger signal (this allows a SW controlled trigger (or exposure)).
|
|
static final int | ctsDigOut1 = acquireJNI.ctsDigOut1_get() |
| Uses digital output 1 as the source for the trigger signal (this allows a SW controlled trigger (or exposure)).
|
|
static final int | ctsDigOut2 = acquireJNI.ctsDigOut2_get() |
| Uses digital output 2 as the source for the trigger signal (this allows a SW controlled trigger (or exposure)).
|
|
static final int | ctsDigOut3 = acquireJNI.ctsDigOut3_get() |
| Uses digital output 3 as the source for the trigger signal (this allows a SW controlled trigger (or exposure)).
|
|
static final int | ctsRTCtrl = acquireJNI.ctsRTCtrl_get() |
| Use real time controller (RTCtrl) as the source for the trigger signal.
|
|
Defined valid camera sensor trigger source values.
◆ ctsDigIn0
final int ctsDigIn0 = acquireJNI.ctsDigIn0_get() |
|
static |
Uses digital input 0 as the source for the trigger signal.
◆ ctsDigIn1
final int ctsDigIn1 = acquireJNI.ctsDigIn1_get() |
|
static |
Use digital input 1 as the source for the trigger signal.
◆ ctsDigOut0
final int ctsDigOut0 = acquireJNI.ctsDigOut0_get() |
|
static |
Uses digital output 0 as the source for the trigger signal (this allows a SW controlled trigger (or exposure)).
◆ ctsDigOut1
final int ctsDigOut1 = acquireJNI.ctsDigOut1_get() |
|
static |
Uses digital output 1 as the source for the trigger signal (this allows a SW controlled trigger (or exposure)).
◆ ctsDigOut2
final int ctsDigOut2 = acquireJNI.ctsDigOut2_get() |
|
static |
Uses digital output 2 as the source for the trigger signal (this allows a SW controlled trigger (or exposure)).
◆ ctsDigOut3
final int ctsDigOut3 = acquireJNI.ctsDigOut3_get() |
|
static |
Uses digital output 3 as the source for the trigger signal (this allows a SW controlled trigger (or exposure)).
◆ ctsRTCtrl
final int ctsRTCtrl = acquireJNI.ctsRTCtrl_get() |
|
static |
Use real time controller (RTCtrl) as the source for the trigger signal.