Get the settings used to capture this frame
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic Settings2D Settings { get; }Public ReadOnly Property Settings As Settings2D
	Get
public:
property Settings2D^ Settings {
	Settings2D^ get ();
}Property Value
Type: 
Settings2D
Remarks
This method returns instantly, even if the capture is still in-progress.
See Also