Skip to content

Commit

Permalink
Merge pull request #29 from zivid/Update-Acquisition-Settings
Browse files Browse the repository at this point in the history
Update Acquisition Settings
  • Loading branch information
ajlandau authored Aug 17, 2020
2 parents cc4776a + 46bc400 commit cd3145c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Camera/Basic/Capture/Capture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 } } } }
};

Expand Down
2 changes: 1 addition & 1 deletion source/Camera/Basic/Capture2D/Capture2D.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 } } }
};

Expand Down

0 comments on commit cd3145c

Please sign in to comment.