You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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|
10790
10790
| perview_level |int| Preview level[1,2]. Level 2 only forASR platform. The higher the level, the smoother the image and the greater the consumption of resources. |
10791
10791
10792
10792
* Return Value
10793
10793
10794
-
**-1*: Initialization failure.
10794
+
*-1: Initialization failure.
10795
10795
* If the objectis returned, it means the creation is successful.
10796
10796
10797
10797
* Example
@@ -10851,15 +10851,15 @@ Before using code scan , you need to initialize LCD.
| model |int| camera model:<br />*0: gc032a spi*<br />*1: bf3901 spi*|
10853
10853
| decode_level |int| code scan level[1,2],Level 2 only forASR 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|
10856
10856
| perview_level |int| Preview level[1,2]. Level 2 only forASR 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 LCDin advance. <br/> when it is equal to 1or2, 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|
10859
10859
10860
10860
* Return Value
10861
10861
10862
-
**-1*: Failed execution.
10862
+
*-1: Failed execution.
10863
10863
* If the objectis returned, it means the creation is successful.
|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*|
10992
10992
| cam_ W |int| camera horizontal resolution|
10993
-
|*cam_ H *|int|*camera vertical resolution *|
10993
+
| cam_ H |int| camera vertical resolution |
10994
10994
| perview_ Level |int| preview level [0,2]. Level 2 only forASR 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 LCDin advance. <br/> when it is equal to 1or2, the LCD must be initialized first |
0 commit comments