Impact Acquire SDK Java
TCameraFlashMode Class Reference

Defines valid camera flash modes. More...

Static Public Attributes

static final int cfmDigout0 = acquireJNI.cfmDigout0_get()
 Output 0 will be active during the exposure period.
 
static final int cfmDigout1 = acquireJNI.cfmDigout1_get()
 Output 1 will be active during the exposure period.
 
static final int cfmOff = acquireJNI.cfmOff_get()
 Do not use the cameras flash output.
 

Detailed Description

Defines valid camera flash modes.

These enumeration values may be 'ored' together.

Member Data Documentation

◆ cfmDigout0

final int cfmDigout0 = acquireJNI.cfmDigout0_get()
static

Output 0 will be active during the exposure period.

◆ cfmDigout1

final int cfmDigout1 = acquireJNI.cfmDigout1_get()
static

Output 1 will be active during the exposure period.

◆ cfmOff

final int cfmOff = acquireJNI.cfmOff_get()
static

Do not use the cameras flash output.