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