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