Dynamsoft / web-twain-angular-advanced

Demoing how to integrate Dynamic Web TWAIN in an angular application and make the most of it.
3 stars 3 forks source link

Camera module not supported for MacOS #3

Closed TaminoWalter closed 1 year ago

TaminoWalter commented 1 year ago

When running this example project on MacOS the camera module is not shown. In the code I found that the camera button has a *ngIf which checks that the OS is Windows. I guess this is because the Webcam-Addon is used instead of the Camera-Addon?

Is it possible to make this run on Mac OS with the Camera-Addon?

TaminoWalter commented 1 year ago

If anyone runs into the same issue:

They removed the camera addon in the version > 18.1.0.

To use the camera on MacOS and mobile use the tag 18.0.0 this works