SettingsAcquisitionAperture Property  | 
 Aperture setting for the camera. Specified as an f-number (the ratio of lens focal length to
the effective aperture diameter).
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic Nullable<double> Aperture { get; set; }Public Property Aperture As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double> Aperture {
	Nullable<double> get ();
	void set (Nullable<double> value);
}Property Value
Type: 
NullableDouble
See Also