hawkeye camera support(not tested)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Inspectron.HawkEye.Protocol.Interfaces
|
||||
{
|
||||
public interface ICameraControl
|
||||
{
|
||||
|
||||
void SetParameters(CameraSettings imageSettings);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
namespace Inspectron.HawkEye.Protocol.Interfaces
|
||||
{
|
||||
public interface IImageSource
|
||||
{
|
||||
byte[] GetImage();
|
||||
void CancelTrigger();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace Inspectron.HawkEye.Protocol.Interfaces
|
||||
{
|
||||
public interface ILightControl
|
||||
{
|
||||
void SetLight(int pwm1, int pwm2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user