NetMQ 协议,支持摄像头增、删、改
This commit is contained in:
@@ -281,6 +281,8 @@ public class CameraManager : IDisposable, IAsyncDisposable
|
||||
newConfig.Username != oldConfig.Username ||
|
||||
newConfig.Password != oldConfig.Password ||
|
||||
newConfig.ChannelIndex != oldConfig.ChannelIndex ||
|
||||
newConfig.RtspPath != oldConfig.RtspPath ||
|
||||
newConfig.RenderHandle != oldConfig.RenderHandle ||
|
||||
newConfig.Brand != oldConfig.Brand;
|
||||
|
||||
if (needColdRestart)
|
||||
|
||||
Reference in New Issue
Block a user