hawkeye camera support(not tested)
This commit is contained in:
17
framework/Inspectron.HawkEye/Protocol/ImageSettings.cs
Normal file
17
framework/Inspectron.HawkEye/Protocol/ImageSettings.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Inspectron.HawkEye.Protocol
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 0)]
|
||||
public struct ImageSettings
|
||||
{
|
||||
public int Shutter { get; set; }
|
||||
public int Gain { get; set; }
|
||||
public int SensorWidth { get; set; }
|
||||
public int Lines { get; set; }
|
||||
public int CaptureBuffer { get; set; }
|
||||
public int UseExternalTrigger { get; set; }
|
||||
public int Divider { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user