NetMQ 协议,支持摄像头增、删、改
This commit is contained in:
@@ -92,6 +92,7 @@ public class Program
|
||||
|
||||
// 2. 注册具体的指令处理器 (每写一个新的 Handler,就在这里注册一下,或者用反射批量注册)
|
||||
builder.Services.AddSingleton<ICommandHandler, SyncCameraHandler>();
|
||||
builder.Services.AddSingleton<ICommandHandler, RemoveCameraHandler>();
|
||||
|
||||
// =============================================================
|
||||
// 6. 构建与管道配置
|
||||
|
||||
Reference in New Issue
Block a user