Skip to content

Commit 640a065

Browse files
committed
camera modify
1 parent 330f320 commit 640a065

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

en-us/api/QuecPythonClasslib.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10783,15 +10783,15 @@ Before using the preview, you need to initialize LCD.
1078310783
| Parameter | Type | Description |
1078410784
| ------------- | ---- | ------------------------------------------------------------ |
1078510785
| model | int | camera model:<br />*0: gc032a spi*<br />*1: bf3901 spi* |
10786-
| cam_w | int | *camera Horizontal resolution* |
10787-
| *cam_h* | int | *camera Vertical resolution* |
10788-
| *lcd_w* | int | *LCD horizontal resolution* |
10789-
| *lcd_h* | int | *LCD vertical resolution* |
10786+
| cam_w | int | camera Horizontal resolution |
10787+
| cam_h | int | camera Vertical resolution |
10788+
| lcd_w | int | LCD horizontal resolution |
10789+
| lcd_h | int | LCD vertical resolution |
1079010790
| perview_level | int | Preview level[1,2]. Level 2 only for ASR platform. The higher the level, the smoother the image and the greater the consumption of resources. |
1079110791

1079210792
* Return Value
1079310793

10794-
* *-1*: Initialization failure.
10794+
* -1: Initialization failure.
1079510795
* If the object is returned, it means the creation is successful.
1079610796

1079710797
* Example
@@ -10851,15 +10851,15 @@ Before using code scan , you need to initialize LCD.
1085110851
| ------------- | ---- | ------------------------------------------------------------ |
1085210852
| model | int | camera model:<br />*0: gc032a spi*<br />*1: bf3901 spi* |
1085310853
| decode_level | int | code scan level[1,2],Level 2 only for ASR platform. The higher the level, the better the recognition result but the greater the resource consumption* |
10854-
| cam_w | int | *camera horizontal resolution* |
10855-
| *cam_h* | int | *camera vertical resolution* |
10854+
| cam_w | int | camera horizontal resolution |
10855+
| cam_h | int | camera vertical resolution |
1085610856
| perview_level | int | Preview level[1,2]. Level 2 only for ASR platform. The higher the level, the smoother the image and the greater the consumption of resources.<br />when it is equal to 0, there is no LCD preview function. There is no need to initialize the LCD in advance. <br/> when it is equal to 1 or 2, the LCD must be initialized first |
10857-
| *lcd_w* | int | *LCD horizontal resolution* |
10858-
| *lcd_h* | int | *LCD vertical resolution* |
10857+
| lcd_w | int | LCD horizontal resolution |
10858+
| lcd_h | int | LCD vertical resolution |
1085910859

1086010860
* Return Value
1086110861

10862-
* *-1*: Failed execution.
10862+
* -1: Failed execution.
1086310863
* If the object is returned, it means the creation is successful.
1086410864

1086510865

@@ -10988,12 +10988,12 @@ Camera function.
1098810988

1098910989
|Parameter | parameter type | parameter description|
1099010990
| ------------- | -------- | ------------------------------------------------------------ |
10991-
|Model | int | camera model: <br/> * 0: gc032a spi * <br/> * 1: bf3901 spi *|
10991+
|Model | int | camera model: <br/> *0: gc032a spi* <br/> *1: bf3901 spi* |
1099210992
| cam_ W | int | camera horizontal resolution|
10993-
| *cam_ H * | int | * camera vertical resolution *|
10993+
| cam_ H | int | camera vertical resolution |
1099410994
| perview_ Level | int | preview level [0,2]. Level 2 only for ASR platform. The higher the level, the smoother the image and the greater the resource consumption<br/> when it is equal to 0, there is no LCD preview function. There is no need to initialize the LCD in advance. <br/> when it is equal to 1 or 2, the LCD must be initialized first |
10995-
| *lcd_ W * | int | LCD horizontal resolution|
10996-
| *lcd_ H * | int | * LCD vertical resolution *|
10995+
| lcd_ W | int | LCD horizontal resolution|
10996+
| lcd_ H | int | LCD vertical resolution |
1099710997

1099810998
* Return Value
1099910999

0 commit comments

Comments
 (0)