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
|[setInput()](./multiple-image-processing.md#setinput)| Sets up an image source to provide images for continuous processing. |
41
-
|[getInput()](./multiple-image-processing.md#getinput)| Returns the image source object. |
42
-
|[addResultReceiver()](./multiple-image-processing.md#addresultreceiver)| Adds a `CapturedResultReceiver` object as the receiver of captured results. |
43
-
|[removeResultReceiver()](./multiple-image-processing.md#removeresultreceiver)| Removes the specified `CapturedResultReceiver` object. |
44
-
|[addResultFilter()](./multiple-image-processing.md#addresultfilter)| Adds a `MultiFrameResultCrossFilter` object to filter non-essential results. |
45
-
|[removeResultFilter()](./multiple-image-processing.md#removeresultfilter)| Removes the specified `MultiFrameResultCrossFilter` object. |
46
-
|[startCapturing()](./multiple-image-processing.md#startcapturing)| Initiates a capturing process based on a specified template. |
47
-
|[stopCapturing()](./multiple-image-processing.md#stopcapturing)| Stops the capturing process. |
|[setInput()](./multiple-image-processing.md#setinput)| Sets up an image source to provide images for continuous processing. |
41
+
|[getInput()](./multiple-image-processing.md#getinput)| Returns the image source object. |
42
+
|[addResultReceiver()](./multiple-image-processing.md#addresultreceiver)| Adds a `CapturedResultReceiver` object as the receiver of captured results. |
43
+
|[removeResultReceiver()](./multiple-image-processing.md#removeresultreceiver)| Removes the specified `CapturedResultReceiver` object. |
44
+
|[addResultFilter()](./multiple-image-processing.md#addresultfilter)| Adds a `MultiFrameResultCrossFilter` object to filter non-essential results. |
45
+
|[removeResultFilter()](./multiple-image-processing.md#removeresultfilter)| Removes the specified `MultiFrameResultCrossFilter` object. |
46
+
|[startCapturing()](./multiple-image-processing.md#startcapturing)| Initiates a capturing process based on a specified template. |
47
+
|[stopCapturing()](./multiple-image-processing.md#stopcapturing)| Stops the capturing process. |
48
+
|[switchCapturingTemplate()](./multiple-image-processing.md#switchcapturingtemplate)| Switches the currently active capturing template during the image processing workflow. |
48
49
49
50
<!-- | [addImageSourceStateListener()](./multiple-image-processing.md#addimagesourcestatelistener) | Adds an `ImageSourceStateListener` object that monitors changes in the state of an image source. |
50
51
| [removeImageSourceStateListener()](./multiple-image-processing.md#removeimagesourcestatelistener) | Removes the specified `ImageSourceStateListener` object. | -->
|[setInput()](#setinput)| Sets up an image source to provide images for continuous processing. |
17
+
|[getInput()](#getinput)| Returns the image source object. |
18
+
|[addResultReceiver()](#addresultreceiver)| Adds a `CapturedResultReceiver` object as the receiver of captured results. |
19
+
|[removeResultReceiver()](#removeresultreceiver)| Removes the specified `CapturedResultReceiver` object. |
20
+
|[addResultFilter()](#addresultfilter)| Adds a `MultiFrameResultCrossFilter` object to filter non-essential results. |
21
+
|[removeResultFilter()](#removeresultfilter)| Removes the specified `MultiFrameResultCrossFilter` object. |
22
+
|[startCapturing()](#startcapturing)| Initiates a capturing process based on a specified template. |
23
+
|[stopCapturing()](#stopcapturing)| Stops the capturing process. |
24
+
|[switchCapturingTemplate()](#switchcapturingtemplate)| Switches the currently active capturing template during the image processing workflow. |
24
25
25
26
<!--
26
27
| [addImageSourceStateListener()](#addimagesourcestatelistener) | Adds an `ImageSourceStateListener` object that monitors changes in the state of an image source. |
Switches the currently active capturing template during the image processing workflow. This allows dynamic reconfiguration of the capture process without restarting or reinitializing the system, enabling different settings or rules to be applied on the fly.
|[getTemplateNames()](#gettemplatenames)| Retrieves the names of all the currently available templates. |
21
21
|[updateSettings()](#updatesettings)| Updates the specified `CaptureVisionTemplate` with an updated `SimplifiedCaptureVisionSettings` object. |
22
22
|[resetSettings()](#resetsettings)| Restores all runtime settings to their original default values. |
23
-
|[switchCapturingTemplate()](#switchcapturingtemplate)| Switches the currently active capturing template during the image processing workflow. |
24
-
25
23
26
24
## initSettings
27
25
@@ -236,34 +234,3 @@ A promise that resolves when the operation has completed. It provides an object
236
234
let router =awaitDynamsoft.CVR.CaptureVisionRouter.createInstance();
237
235
awaitrouter.resetSettings();
238
236
```
239
-
240
-
## switchCapturingTemplate
241
-
242
-
Switches the currently active capturing template during the image processing workflow. This allows dynamic reconfiguration of the capture process without restarting or reinitializing the system, enabling different settings or rules to be applied on the fly.
0 commit comments