视频分析2.0 多进程拆分仓库
zhangmeng
2019-05-06 ffd71d97fc9eb5236e6a92db408745ddf080217b
analysis/proc.go
@@ -15,7 +15,7 @@
   imageChan := make(chan service.ImageInfo)
   d := service.NewReciever(ipcURL, imageChan)
   go d.Run(false)
   go d.RunAsClient()
   if proc == "" {
      d.Stop()