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
Dynamic Web TWAIN's main feature is interacting with imaging devices like scanners and cameras. In this section, we'll look at the supported devices.
14
14
15
-
-[TWAIN Scanners](#twain-scanners)
16
-
-[ICA Scanners](#ica-scanners)
17
-
-[SANE Scanners](#sane-scanners)
18
-
-[DirectShow Cameras](#directshow-cameras)
19
-
-[MediaDevices Cameras](#mediadevices-cameras)
15
+
-[Imaging Hardware](#imaging-hardware)
16
+
-[TWAIN Scanners](#twain-scanners)
17
+
-[Facts about TWAIN](#facts-about-twain)
18
+
-[ICA Scanners](#ica-scanners)
19
+
-[Facts about ICA](#facts-about-ica)
20
+
-[SANE Scanners](#sane-scanners)
21
+
-[Facts about SANE](#facts-about-sane)
22
+
-[DirectShow Cameras](#directshow-cameras)
20
23
21
24
## TWAIN Scanners
22
25
@@ -72,12 +75,4 @@ See more: <a href="{{site.faq}}how-to-test-if-your-device-is-SANE-compliant.html
72
75
73
76
`DirectShow Cameras` refer to the cameras which can be accessed via the [Microsoft DirectShow architecture](https://docs.microsoft.com/en-us/windows/win32/directshow/introduction-to-directshow). These cameras are either built into desktops / laptops or connected via USB.
74
77
75
-
See more: <ahref="{{site.faq}}how-to-test-if-your-camera-is-DirectShow-compliant.html"target="_blank">Is my Camera DirectShow Compliant?</a>
76
-
77
-
## MediaDevices Cameras
78
-
79
-
`MediaDevices Cameras` refers to the cameras accessible via the [MediaDevices interface](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices). These cameras are either built into desktops/laptops/mobile devices, including phones and tablets, or connected via USB.
80
-
81
-
> `DirectShow Cameras` and `MediaDevices Cameras` could refer to the same devices which can be accessed either way.
82
-
83
-
See more: <ahref="{{site.faq}}how-to-test-if-your-camera-is-MediaDevices-compliant.html"target="_blank">Is my Camera MediaDevices Compliant?</a>
78
+
See more: <ahref="{{site.faq}}how-to-test-if-your-camera-is-DirectShow-compliant.html"target="_blank">Is my Camera DirectShow Compliant?</a>
Copy file name to clipboardExpand all lines: about/index.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,19 @@ To ensure your data is safe, Dynamic Web TWAIN offers advanced security features
70
70
71
71
Learn more about [Dynamic Web TWAIN Security Features](https://www.dynamsoft.com/Products/Dynamic-Web-TWAIN-Security-Features.pdf)
72
72
73
+
74
+
## Example Apps
75
+
76
+
Check out our Angular, React and Vue sample project on GitHub:
77
+
78
+
[Sample of dwt-angular-advanced](https://github.com/dynamsoft-dwt/dwt-angular-advanced)
79
+
[Sample of dwt-react-advanced](https://github.com/Dynamsoft/web-twain-react-advanced)
80
+
[Sample of dwt-vue-advanced](https://github.com/Dynamsoft/web-twain-vue-advanced)
81
+
82
+
## Live Online Demo
83
+
84
+
Click <ahref="https://demo.dynamsoft.com/web-twain/"target="_blank">here</a> to go to online demo.
85
+
73
86
## Assumptions
74
87
75
88
These docs are meant for developers who are already familiar with HTML, CSS, JavaScript, and some related ideas, tools, etc.
Copy file name to clipboardExpand all lines: faq/change-dynamsoft-service-certificate.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
@@ -22,4 +22,4 @@ To replace the default certificate, the steps are:
22
22
- Replace the old keys in `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_17\cert`
23
23
- Restart the service
24
24
25
-
NOTE: For v17.2 or higher versions, you can use the new API <ahref="{{site.info}}api/Dynamsoft_WebTwainEnv.html#updatecert"target="_blank">UpdateCert</a> to automatically update the client side certificate.
25
+
<!--NOTE: For v17.2 or higher versions, you can use the new API <a href="{{site.info}}api/Dynamsoft_WebTwainEnv.html#updatecert" target="_blank">UpdateCert</a> to automatically update the client side certificate.-->
0 commit comments