用了统一存储,之前显示系统日志的读方法需要修改
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user