before candybox editor update
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Net;
|
||||
using System.Runtime.InteropServices;
|
||||
using Newtonsoft.Json;
|
||||
using VisionBuilder.UI.Common;
|
||||
using VisionBuilder.UI.Common.RecipeProcessing;
|
||||
using VisionBuilder.UI.Common.Processing;
|
||||
using CameraSettings = Inspectron.HawkEye.Protocol.CameraSettings;
|
||||
|
||||
namespace Hawkeye.VisionBuilder.UI.Sources.Hawkeye
|
||||
@@ -22,6 +22,12 @@ namespace Hawkeye.VisionBuilder.UI.Sources.Hawkeye
|
||||
_settings = settings;
|
||||
}
|
||||
|
||||
public CameraSettings Settings
|
||||
{
|
||||
get => _cameraSettings;
|
||||
set => _cameraSettings = value;
|
||||
}
|
||||
|
||||
public void Open()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user