Click or drag to resize

CaptureCommandsSettings Property

Represents the current capture settings that will be used for acquisition and live preview

Namespace:  MediaCy.Automation.Capture
Assembly:  MediaCy.Automation (in MediaCy.Automation.dll) Version: 1.0.0.0
Syntax
VB
Public Shared ReadOnly Property Settings ( 
	parent As McCommand
) As Settings
	Get

Parameters

parent
Type: MediaCy.IQL.ApplicationMcCommand

Property Value

Type: Settings
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 and ). For these settings, the 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: 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