公告板
版本库
filestore
活动
搜索
登录
~chenshijun
/
VAProcess
视频分析2.0 多进程拆分仓库
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
context使用
zhangmeng
2019-05-08
19445d14e73f4bb96e218a65e126ae526f89537d
[~chenshijun/VAProcess.git]
/
decoder
/
work
/
service
/
common.go
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
}