Impact Acquire SDK Java
TCameraFlashType Class Reference

Defines valid camera flash control types. More...

Static Public Attributes

static final int cftRollingShutterFlash = acquireJNI.cftRollingShutterFlash_get()
 Flash signal is only on during the time all lines of a rolling shutter sensor are exposed.
 
static final int cftStandard = acquireJNI.cftStandard_get()
 Flash signal is on while the shutter is open on a frame shutter sensor or during the complete exposure period of a rolling shutter sensor.
 
static final int cftVSync = acquireJNI.cftVSync_get()
 Flash signal is derived from the sensors internal VSync (Frame-sync.
 

Detailed Description

Defines valid camera flash control types.

Member Data Documentation

◆ cftRollingShutterFlash

final int cftRollingShutterFlash = acquireJNI.cftRollingShutterFlash_get()
static

Flash signal is only on during the time all lines of a rolling shutter sensor are exposed.

This time is always smaller or equal to the time defined by mvIMPACT.acquire.TCameraFlashType.cftStandard.

◆ cftStandard

final int cftStandard = acquireJNI.cftStandard_get()
static

Flash signal is on while the shutter is open on a frame shutter sensor or during the complete exposure period of a rolling shutter sensor.

◆ cftVSync

final int cftVSync = acquireJNI.cftVSync_get()
static

Flash signal is derived from the sensors internal VSync (Frame-sync.

signal).

The specific timing of this signal is hardware dependent. The signal can be used to synchronize a master camera with a flash or another camera with a rolling shutter sensor.