z

Enum MetaImage.FlashMode

Flash capture status recognised by the SDK.

public enum MetaImage.FlashMode

Field

FM_Fired

Flash fired during capture.

FM_Fired = 2

FM_NotFired

Flash did not fire.

FM_NotFired = 1

FM_Undefined

Flash information is undefined.

FM_Undefined = 0
Top