hawkeye camera support(not tested)
This commit is contained in:
13
framework/Inspectron.HawkEye/Protocol/ECommand.cs
Normal file
13
framework/Inspectron.HawkEye/Protocol/ECommand.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Inspectron.HawkEye.Protocol
|
||||
{
|
||||
public enum ECommand
|
||||
{
|
||||
Connect,
|
||||
Trigger, StartContinuous, StopContinuous,
|
||||
Settings,SaveSettings,
|
||||
OK,
|
||||
SaveCalibration,
|
||||
GetCalibration,
|
||||
NotOK
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user