feat: save video stat to summary

This commit is contained in:
lilong.129
2023-04-30 00:13:18 +08:00
parent 6b764c5649
commit a69db8500c
3 changed files with 8 additions and 1 deletions

View File

@@ -50,6 +50,8 @@ type cacheStepData struct {
ScreenShots []string
// cache step screenshot ocr results, key is image path, value is dumped OCRTexts
OcrResults map[string]string
// cache feed/live video stat
VideoStat *VideoStat
}
type DriverExt struct {