Exemplo n.º 1
0
        public SetupCalibrationControl(ISetupWindow setupWindow)
        {
            window_ = setupWindow;
            InitializeComponent();

            SetCalibrateButtonAppearance(Model.Mode == SourceMode.Camera);
        }
Exemplo n.º 2
0
        public SetupCalibrationControl(ISetupWindow setupWindow)
        {
            window_ = setupWindow;
            InitializeComponent();

            SetCalibrateButtonAppearance(Model.Mode == SourceMode.Camera);
        }
        public SetupCameraParametersControl(ISetupWindow setupWindow)
        {
            _window = setupWindow;
            InitializeComponent();
            CameraView.ViewModel.ShowCustomize = false;

            var dispatcherTimer = new DispatcherTimer(DispatcherPriority.Background);
            dispatcherTimer.Tick += ProcessImages;
            dispatcherTimer.Start();
        }
        public SetupCameraParametersControl(ISetupWindow setupWindow)
        {
            _window = setupWindow;
            InitializeComponent();
            CameraView.ViewModel.ShowCustomize = false;

            var dispatcherTimer = new DispatcherTimer(DispatcherPriority.Background);

            dispatcherTimer.Tick += ProcessImages;
            dispatcherTimer.Start();
        }
Exemplo n.º 5
0
 public SetupSourceControl(ISetupWindow setupWindow)
 {
     window_ = setupWindow;
     InitializeComponent();
 }
Exemplo n.º 6
0
 public SetupSourceControl(ISetupWindow setupWindow)
 {
     window_ = setupWindow;
     InitializeComponent();
 }