diff --git a/source/Camera/Basic/Capture/Capture.cs b/source/Camera/Basic/Capture/Capture.cs index f3808d5..f61f812 100644 --- a/source/Camera/Basic/Capture/Capture.cs +++ b/source/Camera/Basic/Capture/Capture.cs @@ -20,7 +20,7 @@ static void Main() var settings = new Zivid.NET.Settings { Acquisitions = { new Zivid.NET.Settings.Acquisition{ Aperture = 5.66, - ExposureTime = Duration.FromMicroseconds(8333) } }, + ExposureTime = Duration.FromMicroseconds(6500) } }, Processing = { Filters = { Outlier = { Removal = { Enabled = true, Threshold = 5.0 } } } } }; diff --git a/source/Camera/Basic/Capture2D/Capture2D.cs b/source/Camera/Basic/Capture2D/Capture2D.cs index 9f5cd02..ed25eea 100644 --- a/source/Camera/Basic/Capture2D/Capture2D.cs +++ b/source/Camera/Basic/Capture2D/Capture2D.cs @@ -21,7 +21,7 @@ static void Main() var settings2D = new Zivid.NET.Settings2D { Acquisitions = { new Zivid.NET.Settings2D.Acquisition{ - Aperture = 2.83, ExposureTime = Duration.FromMicroseconds(10000), Gain = 1.0, Brightness = 1.0 } }, + Aperture = 11.31, ExposureTime = Duration.FromMicroseconds(30000), Gain = 2.0, Brightness = 1.80 } }, Processing = { Color = { Balance = { Red = 1.0, Blue = 1.0, Green = 1.0 } } } };