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
* Apply the above settings following the article [Use Templates for Configuring Parameters]({{ site.features }}use-runtimesettings-or-templates.html#json-template).
159
143
160
144
## Set Barcode Count
161
145
@@ -178,6 +162,8 @@ You can configure the parameter in two different ways, depending on your require
178
162
>- Android
179
163
>- Objective-C
180
164
>- Swift
165
+
>- Python
166
+
>- C#
181
167
>
182
168
>
183
169
```javascript
@@ -236,6 +222,30 @@ do{
236
222
// Add code to do when error occurs.
237
223
}
238
224
```
225
+
>
226
+
```python
227
+
cvr_instance = CaptureVisionRouter()
228
+
# Obtain current runtime settings of `CCaptureVisionRouter` instance.
* Apply the above settings following the article [Use Templates for Configuring Parameters]({{ site.features }}use-runtimesettings-or-templates.html#json-template).
Copy file name to clipboardExpand all lines: programming/features/control-terminate-phase.md
+30-3Lines changed: 30 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Below is an example illustrating how to configure parameter `TerminateSetting` v
48
48
}
49
49
```
50
50
51
-
To apply the above settings, please follow the article [Use Templates for Configuring Parameters]({{ site.features }}use-runtimesettings-or-templates.html#json-template).
51
+
Apply the above settings following the article [Use Templates for Configuring Parameters]({{ site.features }}use-runtimesettings-or-templates.html#json-template).
52
52
53
53
## Timeout
54
54
@@ -67,6 +67,8 @@ You can configure the parameter in two different ways, depending on your require
67
67
<divclass="sample-code-prefix template2"></div>
68
68
>- JavaScript
69
69
>- C++
70
+
>- Python
71
+
>- C#
70
72
>
71
73
>
72
74
```javascript
@@ -84,11 +86,35 @@ char szErrorMsg[256] = {0};
84
86
CCaptureVisionRouter* cvr = new CCaptureVisionRouter;
To apply the above settings, please follow the article [Use Templates for Configuring Parameters]({{ site.features }}use-runtimesettings-or-templates.html#json-template).
145
+
Apply the above settings following the article [Use Templates for Configuring Parameters]({{ site.features }}use-runtimesettings-or-templates.html#json-template).
* Apply the above settings following the article [Use Templates for Configuring Parameters]({{ site.features }}use-runtimesettings-or-templates.html#json-template).
0 commit comments