Skip to content

Commit ce2cd72

Browse files
authored
Merge pull request #107 from Mr-Gao7/main
修正camera模块书写漏洞
2 parents 38cbe01 + ef26372 commit ce2cd72

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

en-us/api/QuecPythonClasslib.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10937,10 +10937,10 @@ Before using code scan , you need to initialize LCD.
1093710937
* 0: Successful execution.
1093810938
* Other values: Failed execution.
1093910939

10940-
10941-
1094210940
###### Resume Code Scan
1094310941

10942+
> **camScandecode.resume()**
10943+
1094410944
* Return Value
1094510945

1094610946
* 0: Successful execution.

zh-cn/api/QuecPythonClasslib.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
test
2+
13
#### example - 执行python脚本
24

35
模块功能:提供方法让用户可以在命令行或者代码中执行python脚本。
@@ -11367,6 +11369,8 @@ if __name__ == '__main__':
1136711369

1136811370
###### 继续扫码识别功能
1136911371

11372+
**camScandecode.resume()**
11373+
1137011374
* 参数
1137111375

1137211376

0 commit comments

Comments
 (0)