Esempio n. 1
0
 public GPUDisparitySolver(IGPUComponentConfiguration componentConfiguration)
 {
     configuration = componentConfiguration;
     configuration.ParametersChanged += OnParametersChanged;
 }
Esempio n. 2
0
 public GPUSettingsViewModel(IGPUComponentConfiguration componentConfiguration)
 {
     configuration = componentConfiguration;
     configuration.CalibratedFramesChanged += OnCalibrationStatusFramesChanged;
     configuration.CalibrationStatusChanged += OnCalibrationStatusFramesChanged;
 }