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