readme update 05
This commit is contained in:
parent
6068efe510
commit
7dd245b1be
|
@ -30,7 +30,7 @@ pip install opencv-webcam-script==0.4.0 # 以0.4.0为例
|
|||
|
||||
```shell
|
||||
from opencv_webcam.opencv_webcam import webcam_opencv
|
||||
# 例举两个功能
|
||||
|
||||
webcam_opencv() # 常规调用
|
||||
webcam_opencv(is_autoSaveFrame=True) # 自动保存帧
|
||||
webcam_opencv(is_autoSaveFrame=True, is_compress=True) # 压缩帧
|
||||
|
|
Loading…
Reference in New Issue