acces and operate scanner using matlab
古いコメントを表示
my sacnner canon canoscan lide 120 scanner. I want to operate the scanner through matlab specifically through the GUI. but I don't know how, can anyone help me?
thank you in advance
回答 (2 件)
Walter Roberson
2024 年 1 月 4 日
0 投票
Apparently that device has a TWAIN interface.
MATLAB does not have any TWAIN interface built in.
https://www.tegakari.net/en/2020/03/vintasoft_twain_net_sdk/ offers a .NET TWAIN interface that in theory could be called from Windows MATLAB.
5 件のコメント
rizqi basith
2024 年 1 月 6 日
Walter Roberson
2024 年 1 月 6 日
It would involve adding a .NET Assembly and invoking it
The details would depend entirely on the .NET assembly.
I do have a twain-compatible scanner here, but I am running on MacOS so I cannot use .NET assemblies.
rizqi basith
2024 年 1 月 14 日
Walter Roberson
2024 年 1 月 14 日
I do not have a dll file -- I am not running MS Windows.
rizqi basith
2024 年 1 月 16 日
catur suharinto
2024 年 1 月 16 日
編集済み: Walter Roberson
2024 年 1 月 16 日
0 投票
5 件のコメント
rizqi basith
2024 年 1 月 16 日
Walter Roberson
2024 年 1 月 16 日
Yes, you can combine it with MATLAB, by using system() or System.Diagonstics.Process
catur suharinto
2024 年 1 月 16 日
Of course, make sure your Matlab is running as administrator
rizqi basith
2024 年 1 月 18 日
rizqi basith
2024 年 1 月 22 日
カテゴリ
ヘルプ センター および File Exchange で MATLAB Support Package for USB Webcams についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!