jupyter update

This commit is contained in:
13339479676 2022-01-26 21:13:33 +08:00
parent 6683d463e5
commit b6a3c26f28
1 changed files with 5 additions and 5 deletions

View File

@ -164,8 +164,7 @@
"metadata": {},
"outputs": [],
"source": [
"# 设置k键退出\n",
"!python opencv_webcam.py -q k"
"!python opencv_webcam.py -q k # 设置k键退出"
]
},
{
@ -185,7 +184,8 @@
},
"outputs": [],
"source": [
"!python opencv_webcam.py -isasf # 视频帧自动保存"
"# 视频帧自动保存\n",
"!python opencv_webcam.py -isasf"
]
},
{
@ -478,7 +478,7 @@
"outputs": [],
"source": [
"# 设置日志保存方式,,默认为追加模式\n",
"!python opencv_webcam.py -lm w # 设置为覆盖模式"
"!python opencv_webcam.py - lm w # 设置为覆盖模式"
]
},
{
@ -497,7 +497,7 @@
"outputs": [],
"source": [
"# 常规压缩默认ows.zip以自动版为例\n",
"!python opencv_webcam.py -isasf -isc"
"!python opencv_webcam.py - isasf - isc"
]
},
{