视频分析2.0 多进程拆分仓库
zhangmeng
2019-05-08 19445d14e73f4bb96e218a65e126ae526f89537d
1
2
3
4
5
6
7
8
9
10
package service
 
// ImageInfo deocded image data
type ImageInfo struct {
    Data   []byte
    Width  int
    Height int
 
    // CameraID string
}