Click or drag to resize

Settings Class

Represents the current capture settings that will be used for acquisition and live preview
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        CaptureBaseCommand
          MediaCy.Commands.CaptureCaptureErrorBaseCommand
            MediaCy.Commands.CaptureSettings

Namespace:  MediaCy.Commands.Capture
Assembly:  MediaCy.Commands.Capture (in MediaCy.Commands.Capture.dll) Version: 1.0.0.0
Syntax
VB
Public Class Settings
	Inherits CaptureErrorBaseCommand

The Settings type exposes the following members.

Properties
  NameDescription
Public propertyAutoAdjustForBinning
Determines whether to auto-adjust the exposure when the binning is changed.
Public propertyAutoName
Determines whether images are automatically named when acquired, using the auto-name settings
Public propertyAutoNameExtraLabel
An extra label selection that is added to automatically generated image names.
Public propertyAutoNameExtraLabelAtEnd
An extra label selection that is added to automatically generated image names.
Public propertyAutoNameExtraLabelTable
The auto-name extra label formats that are supported.
Public propertyAutoNameFormat
The format that is used to automatically generate file names.
Public propertyAutoNameFormatTable
The auto-name formats that are supported.
Public propertyAutoNameMinimumDigitsSuffix
The number of digits to use in a numerical suffix that is added to automatically generated file names.
Public propertyAutoNameNumericSuffix
Determines whether a numeric suffix is added to automatically generated file names.
Public propertyAutoNamePrefix
A prefix that is added to automatically generated file names.
Public propertyAutoNameStartAtSuffix
A prefix that is added to automatically generated file names.
Public propertyBinning
Binning along the axes of the camera.
Public propertyBitDepth
Bit depth control
Public propertyBrightness
Brightness control
Public propertyCaptureDevice
Public propertyCaptureToFile
Determines whether to save the acquisition to file at the completion of the acquisition.
Public propertyContrast
Contrast control
Public propertyDateTimeStamp
Determines whether to add a date stamp to each acquired image
Public propertyDuration
The duration of a movie acquisition.
Public propertyDynamicAutoContrast
Determines whether the device should dynamically determine brightness and contrast.
Public propertyDynamicAutoExposure
Determines whether the device should dynamically determine auto-exposure.
Public propertyDynamicAutoRange
Determines whether the device should dynamically determine black/white levels.
Public propertyExposure
Exposure time in milliseconds
Public propertyFastMovieCapture
Determines if movies that are recorded are recorded "as fast as possible" (if True) or at the specified Interval
Public propertyFastMovieFrames
Determines the number of frames to acquire for movies that are recorded "as fast as possible"
Public propertyFileCompression
File format compression in which images captured to disk will be stored.
Public propertyFileFormat
File format in which images captured to disk will be stored.
Public propertyFilePath
Folder where images captured to disk will be stored.
Public propertyFileQuality
File format compression quality in which images captured to disk will be stored.
Public propertyGain
Primary gain control
Public propertyGamma
Gamma control
Public propertyHue
Hue control
Public propertyInterval
The interval between acquisitions of a movie acquisition.
Public propertyIsSettingSupported
Returns whether the specified attribute or setting is supported by the currently selected device.
Public propertyMarkerBar
Determines whether to add a calibration marker bar to each acquired image
Public propertyNumberOfFastMovieFramesAvailable
Returns the maximum number of FastMovieFrames available.
Public propertyOffset
Offset control
Public propertyPrePostTriggerControl
Determines how to control triggering during acquisition.
Public propertyPreviewSettings
Determines whether the Preview or acquisition (Acquire and Record) settings are adjusted.
Public propertyPromptFilename
The default file name used when prompting for a file name.
Public propertyPromptForFilename
Determines whether to prompt for a file name after acquisition.
Public propertyResolution
The camera resolution at which to acquire.
Public propertySaturation
Saturation control
Public propertySettingsFilename
The currently loaded settings file.
Public propertySettingsFolder
The current folder searched for settings files.
Public propertyShutterControl
Determines how to control the shutter during acquisition.
Public propertyStreamToDisk
Determines whether to stream movie recording to disk.
Public propertySubRegion
The current camera sub-region to acquire
Top
Methods
  NameDescription
Public methodAttribute
Returns a capture attribute of the currently selected device.
Top
Remarks
Normally, Preview and Acquire/Record capture settings are locked. There are a set of capture settings that may be unlocked to allow Preview and Acquire to have different settings (including for example Exposure and Binning). For these settings, the PreviewSettings property determines whether this class represents the settings that will be used for Acquire and Record, or the Preview settings. The complete list of these settings includes: ExposureBinningResolutionGainContrastBrightnessGammaHueSaturationOffsetBitDepth The Settings command also supports all the rest of the capture settings that cannot have separate Preview and Acquire/Record values, like the option whether to lock the settings.
See Also