Skip to content

Commit 93f68a7

Browse files
committed
update VideoBaseCapture
1 parent 607e99d commit 93f68a7

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## OpencvToolsV1.2.3
1+
## OpencvToolsV1.2.4
22
Opencv相关操作
33

44
### 打包为wheel文件
@@ -15,6 +15,7 @@ python setup.py sdist bdist_wheel
1515
> wheel-dir 为wheel 输出文件夹,后面接项目文件夹(即包含setup.py的文件夹)
1616
1717
### 更新日志
18+
* 优化VideoCaptureBaseProcess
1819
* 优化Ascend解码速度
1920
* 优化draw ocr 方法
2021
* 输出相机解码失败原因,输出解码失败详细原因

opencv_tools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# @Email : jadehh@1ive.com
77
# @Software : Samples
88
# @Desc :
9-
version = "1.2.3"
9+
version = "1.2.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
find_packages("opencv_tools", pack_list)
1313
setup(
1414
name="opencv_tools",
15-
version="1.2.3",
15+
version="1.2.4",
1616
keywords=("pip", "opencv_tools", ""),
1717
description="opencv_tools",
1818
long_description="",

0 commit comments

Comments
 (0)