From 1d5d56a19fcd48b0824d713fd0baaaef5c3738c8 Mon Sep 17 00:00:00 2001 From: 13339479676 Date: Thu, 20 Jan 2022 09:15:12 +0800 Subject: [PATCH] readme update --- README.md | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6e37a1e..f736393 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@

+code check PyPi Releases Version Docker @@ -288,16 +289,13 @@ python opencv_webcam.py --help

指令查询结果 ```shell -usage: opencv_webcam.py [-h] [--device DEVICE] [--quit QUIT] [--is_autoSaveFrame] [--is_handSaveFrame] - [--is_resizeFrame] [--frame_saveDir FRAME_SAVEDIR] - [--frame_dirName FRAME_DIRNAME] [--frame_nSave FRAME_NSAVE] - [--frame_capKey FRAME_CAPKEY] [--resize_frame RESIZE_FRAME [RESIZE_FRAME ...]] - [--resizeRatio_frame RESIZERATIO_FRAME] [--frame_namePrefix FRAME_NAMEPREFIX] - [--frame_saveStyle FRAME_SAVESTYLE] [--jpg_quality JPG_QUALITY] - [--png_quality PNG_QUALITY] [--pause PAUSE] [--auto_frameNum AUTO_FRAMENUM] - [--logName LOGNAME] [--logMode LOGMODE] +usage: opencv_webcam.py [-h] [--device DEVICE] [--quit QUIT] [--is_autoSaveFrame] [--is_handSaveFrame] [--is_resizeFrame] [--frame_saveDir FRAME_SAVEDIR] [--frame_dirName FRAME_DIRNAME] + [--frame_nSave FRAME_NSAVE] [--frame_capKey FRAME_CAPKEY] [--resize_frame RESIZE_FRAME [RESIZE_FRAME ...]] [--resizeRatio_frame RESIZERATIO_FRAME] + [--frame_namePrefix FRAME_NAMEPREFIX] [--frame_saveStyle FRAME_SAVESTYLE] [--jpg_quality JPG_QUALITY] [--png_quality PNG_QUALITY] [--pause PAUSE] + [--auto_frameNum AUTO_FRAMENUM] [--logName LOGNAME] [--logMode LOGMODE] [--is_compress] [--compressStyle COMPRESSSTYLE] [--is_autoCompressName] + [--compressName COMPRESSNAME] [--compressMode COMPRESSMODE] -OpenCV Webcam Script v0.3 +OpenCV Webcam Script v0.4 optional arguments: -h, --help show this help message and exit @@ -335,9 +333,18 @@ optional arguments: --auto_frameNum AUTO_FRAMENUM, -afn AUTO_FRAMENUM auto save number of frames --logName LOGNAME, -ln LOGNAME - log Save Name + log save name --logMode LOGMODE, -lm LOGMODE - log Save Mode + log write mode + --is_compress, -isc is compress file + --compressStyle COMPRESSSTYLE, -cs COMPRESSSTYLE + compress style + --is_autoCompressName, -isacn + is auto compress name + --compressName COMPRESSNAME, -cn COMPRESSNAME + compress save name + --compressMode COMPRESSMODE, -cm COMPRESSMODE + compress save mode, tar w:gz ```