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