领胜LDS 键盘AOI检测项目
patrick.xu
2021-04-28 96b6869bb20677f9b945f67c014a9b992ee05ac4
src/Bro.M071.Process/M071Converters.cs
@@ -1,4 +1,5 @@
using Autofac;
using Bro.Common.Base;
using Bro.Common.Helper;
using Bro.Common.Interface;
using Bro.Common.Model;
@@ -51,7 +52,13 @@
                {
                    config.SnapshotPointCollection.Where(u => u.IsEnabled).ToList().ForEach(s =>
                      {
                          table[s.Id] = s.Name;
                          if (s.CameraOp?.OpConfig is CameraOprerationConfigBase cameraOpConfig)
                          {
                              if (!string.IsNullOrWhiteSpace(cameraOpConfig?.AlgorithemPath))
                              {
                                  table[s.Id] = s.Name;
                              }
                          }
                      });
                }
            }