Commit 49599b20 by liulongfei

1

parent 74af9c93
File added
......@@ -365,6 +365,10 @@ namespace VIZ.H2V.Module
/// <returns>是否成功</returns>
private bool ExecuteRestartAlgorithm_StartProcess()
{
// 如果没有配置NDI流,那么不需要启动算法
if (string.IsNullOrWhiteSpace(this.Support.ViewConfig.StreamName))
return false;
// 算法配置
AlgorithmStrategy strategy = ApplicationDomainEx.CsvContext.AlgorithmStrategys
.FirstOrDefault(p => p.ID == this.Support.ViewConfig.StrategyID);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment