Settings2DAcquisitionBrightness Property |
Brightness controls the light output from the projector.
Brightness above 1.0 may be needed when the distance between the camera and the scene is large,
or in case of high levels of ambient lighting.
When brightness is above 1.0 the duty cycle of the camera (the percentage of time the camera
can capture) will be reduced. The duty cycle in boost mode is 50%. The duty cycle is calculated
over a 10 second period. This limitation is enforced automatically by the camera. Calling capture
when the duty cycle limit has been reached will cause the camera to first wait (sleep) for a
duration of time to cool down, before capture will start.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public Nullable<double> Brightness { get; set; }
Public Property Brightness As Nullable(Of Double)
Get
Set
public:
property Nullable<double> Brightness {
Nullable<double> get ();
void set (Nullable<double> value);
}
Property Value
Type:
NullableDoubleSee Also