NetMQ 协议,支持摄像头增、删、改
This commit is contained in:
@@ -232,7 +232,7 @@ public class CamerasController : ControllerBase
|
||||
ChannelIndex = dto.ChannelIndex,
|
||||
Brand = dto.Brand,
|
||||
RtspPath = dto.RtspPath,
|
||||
|
||||
RenderHandle = dto.RenderHandle,
|
||||
|
||||
// ==========================================
|
||||
// 2. 热更新参数 (运行时属性)
|
||||
@@ -243,10 +243,7 @@ public class CamerasController : ControllerBase
|
||||
|
||||
MainboardIp = dto.MainboardIp,
|
||||
MainboardPort = dto.MainboardPort,
|
||||
RenderHandle = dto.RenderHandle,
|
||||
// 注意:通常句柄是通过 bind-handle 接口单独绑定的,
|
||||
// 但如果 ConfigDto 里包含了上次保存的句柄,也可以映射
|
||||
// RenderHandle = dto.RenderHandle,
|
||||
|
||||
|
||||
// ==========================================
|
||||
// 3. 图像处理参数
|
||||
|
||||
Reference in New Issue
Block a user