Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.SequencerFeature

Accessible

Camera.Sequencer.Configuration.Feature.GetSupported

Syntax

uEye.SequencerFeature.GetSupported(uEye.Defines.SequencerFeature feature, out bool supported)

Description

Returns the supported parameters of the sequencer set.

Parameter

feature

Parameter to be queried:

uEye.Defines.SequencerFeature.AoiOffset_X: Offset for the X position of the AOI

uEye.Defines.SequencerFeature.AoiOffset_Y: Offset for the Y position of the AOI

uEye.Defines.SequencerFeature.Exposure: Exposure time in milliseconds
Note that the possible exposure time range depends on the pixel clock and frame rate. A low frame rate setting allows long exposure times. A high frame rate setting reduces the maximum possible exposure time.

uEye.Defines.SequencerFeature.Flash: Flash settings, see uEye.Types.SequencerFlashConfiguration

uEye.Defines.SequencerFeature.Gain: Gain in percent, see uEye.Types.SequencerGainConfiguration

supported

true = Supported

false = Not supported