readme update

This commit is contained in:
13339479676 2022-01-25 21:07:33 +08:00
parent e003fc8315
commit 042ab4b1e6
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ python opencv_webcam.py -isasf -isc -cn test02
# 自动命名压缩文件
python opencv_webcam.py -isasf -isc -isacn
# 自定义压缩模式,默认为写覆盖
python opencv_webcam.py -isasf -isc -cm a # 追加模式(a模式仅限zip)
python opencv_webcam.py -isasf -isc -cm a # 追加模式(a模式仅限zip)该指令仅限v0.4
python opencv_webcam.py -isasf -isc -cs tar -cm w:gz # tar压缩
```