用了统一存储,之前显示系统日志的读方法需要修改

This commit is contained in:
2025-12-26 23:05:08 +08:00
parent 3d4eb34ca9
commit 39404c0acd
3 changed files with 188 additions and 146 deletions

View File

@@ -140,7 +140,7 @@ public class CameraManager : IDisposable, IAsyncDisposable
{
var device = CreateDeviceInstance(config);
// 默认设为运行状态,让协调器稍后去连接
device.IsRunning = true;
//device.IsRunning = true;
_cameraPool.TryAdd(config.Id, device);
loadedCount++;
}