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
Copy file name to clipboardExpand all lines: SimpleHTMLApp/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ The following may significantly increase errors or false results:
138
138
139
139
140
140
----------
141
-
###Initialize and Start Web Worker
141
+
## Initialize and Start Web Worker
142
142
143
143
1. Start the HTML5 Web Worker. (**Note**: Only one worker is allowed per application therefore, if you previously called start, it won't start another instance.)
144
144
@@ -168,7 +168,7 @@ The following may significantly increase errors or false results:
168
168
AcuantJavascriptWebSdk.end();
169
169
170
170
----------
171
-
###AcuantCameraUI
171
+
## AcuantCameraUI
172
172
173
173
- Uses AcuantCamera to access native camera.
174
174
- Default implementation of UI. Use AcuantCamera directly for any custom UI.
@@ -194,7 +194,7 @@ The following may significantly increase errors or false results:
194
194
AcuantCameraUI.end();
195
195
----------
196
196
197
-
###AcuantCamera
197
+
## AcuantCamera
198
198
199
199
**Prerequisite:**
200
200
Initialize Acuant Worker (see Step 2 above).
@@ -320,7 +320,7 @@ The following may significantly increase errors or false results:
0 commit comments