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; } } }); } }