ringbuffer and statistics
This commit is contained in:
@@ -30,7 +30,7 @@ namespace VisionBuilder.UI.Common
|
||||
[NotifyCanExecuteChangedFor(nameof(StopCommand))]
|
||||
private bool _isRunning;
|
||||
[ObservableProperty]
|
||||
private string _cameraName;
|
||||
private string _cameraLabel;
|
||||
|
||||
|
||||
public bool CanStop => IsRunning;
|
||||
@@ -56,7 +56,7 @@ namespace VisionBuilder.UI.Common
|
||||
StatisticsVm = new StatisticsVM();
|
||||
PreviewVm = new PreviewVM();
|
||||
|
||||
CameraName = cameraSettings.CameraName;
|
||||
CameraLabel = cameraSettings.CameraLabel;
|
||||
|
||||
recognitionControl.ImageProcessed += Handle;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user