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: programming/cplusplus/api-reference/capture-vision-router/capture-vision-router.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ class CCaptureVisionRouter
54
54
| [`StopCapturing`](multiple-file-processing.md#stopcapturing) | Stops the consecutive process. |
55
55
| [`PauseCapturing`](multiple-file-processing.md#pausecapturing) | Pauses the capture process. The current thread will be blocked until the capture process is resumed. |
56
56
| [`ResumeCapturing`](multiple-file-processing.md#resumecapturing) | Resumes the capture process. The current thread will be unblocked after the capture process is resumed. |
57
+
| [`SwitchCapturingTemplate`](multiple-file-processing.md#switchcapturingtemplate) | Switches the capturing template during the image processing workflow. |
57
58
58
59
## Settings
59
60
@@ -68,7 +69,6 @@ class CCaptureVisionRouter
68
69
| [`ResetSettings`](settings.md#resetsettings) | Resets all templates to factory settings. |
69
70
| [`GetParameterTemplateCount`](settings.md#getparametertemplatecount) | Retrieves the total number of available parameter templates. |
70
71
| [`GetParameterTemplateName`](settings.md#getparametertemplatename) | Retrieves the name of a specific parameter template by its index. |
71
-
| [`SwitchCapturingTemplate`](settings.md#switchcapturingtemplate) | Switches the capturing template during the image processing workflow. |
Copy file name to clipboardExpand all lines: programming/cplusplus/user-guide/document-scanner.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ To find out whether your environment is supported, please read the [System Requi
33
33
34
34
## Installation
35
35
36
-
If you haven't downloaded the SDK yet, <ahref="https://download2.dynamsoft.com/dcv/dynamsoft-capture-vision-cpp-3.2.1000.251014.zip"target="_blank">download the `C/C++ Package`</a> now and unpack the package into a directory of your choice.
36
+
If you haven't downloaded the SDK yet, <ahref="https://download2.dynamsoft.com/dcv/dynamsoft-capture-vision-cpp-3.2.5000.251216.zip"target="_blank">download the `C/C++ Package`</a> now and unpack the package into a directory of your choice.
37
37
38
38
> [!IMPORTANT]
39
39
> For this tutorial, we unpack it to a pseudo directory `[INSTALLATION FOLDER]`, change it to your unpacking path for the following content.
@@ -175,24 +175,24 @@ CCaptureVisionRouter* router = new CCaptureVisionRouter();
Copy file name to clipboardExpand all lines: programming/cplusplus/user-guide/mrz-scanner.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ To find out whether your environment is supported, please read the [System Requi
39
39
40
40
## Installation
41
41
42
-
If you haven't downloaded the SDK yet, <ahref="https://download2.dynamsoft.com/dcv/dynamsoft-capture-vision-cpp-3.2.1000.251014.zip"target="_blank">download the `C/C++ Package`</a> now and unpack the package into a directory of your choice.
42
+
If you haven't downloaded the SDK yet, <ahref="https://download2.dynamsoft.com/dcv/dynamsoft-capture-vision-cpp-3.2.5000.251216.zip"target="_blank">download the `C/C++ Package`</a> now and unpack the package into a directory of your choice.
43
43
44
44
> [!IMPORTANT]
45
45
> For this tutorial, we unpack it to a pseudo directory `[INSTALLATION FOLDER]`, change it to your unpacking path for the following content.
0 commit comments