Class
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 •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 |