forked from amkovkov/GranuSightSoftware2
feat: starting to build a application itself
add "capture" and "camera-tuning" commands for cli
This commit is contained in:
@@ -7,6 +7,7 @@ using Microsoft.Extensions.Logging;
|
||||
using GSS2.Core.Hardware;
|
||||
using GSS2.Core.Analysis.AmineContent.Database.Calibration;
|
||||
using GSS2.Core.Analysis.AmineContent.Database.Results;
|
||||
using GSS2.Core.Analysis.AmineContent;
|
||||
|
||||
namespace GSS2.Core;
|
||||
|
||||
@@ -107,4 +108,10 @@ public static class DependencyInjectionHelper
|
||||
},
|
||||
ServiceLifetime.Singleton
|
||||
);
|
||||
}
|
||||
|
||||
public static IServiceCollection AddAmineContentImageCapturerService(this IServiceCollection services) => services
|
||||
.AddSingleton<AmineContentImageCapturerService>();
|
||||
|
||||
public static IServiceCollection AddAmineContentAnalyzerService(this IServiceCollection services) => services
|
||||
.AddSingleton<AmineContentAnalyzerService>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user