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
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
rizqi basith 2024년 1월 6일
hay sir thank you for your answer, but i stil confuse to solve it. can you explain it more detail for me sir? i am very need about it.
i also found this video from youtube
but this use microsoft visual to execute that code because in microsoft visual provide twain toolbox. if i use matlab and write the code like that it is possible or not? thank you
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
rizqi basith 2024년 1월 14일
hay sir, did you have .dll file because i got problem to make that .dll file so until now i can't call it to matlab
Walter Roberson
Walter Roberson 2024년 1월 14일
I do not have a dll file -- I am not running MS Windows.
rizqi basith
rizqi basith 2024년 1월 16일
oh okay thank you sir, but do you know how to find reference .dll file or if you know someone who share .dll file for public?

댓글을 달려면 로그인하십시오.

catur suharinto
catur suharinto 2024년 1월 16일
편집: Walter Roberson 2024년 1월 16일

0 개 추천

댓글 수: 5

rizqi basith
rizqi basith 2024년 1월 16일
can i combine it with matlab sir? because i need matlab on that job
Walter Roberson
Walter Roberson 2024년 1월 16일
Yes, you can combine it with MATLAB, by using system() or System.Diagonstics.Process
catur suharinto
catur suharinto 2024년 1월 16일
Of course, make sure your Matlab is running as administrator
rizqi basith
rizqi basith 2024년 1월 18일
okay thank you so much sir, i will try it
rizqi basith
rizqi basith 2024년 1월 22일
hay sir, can i make this code into GUI?
can you help me to do that?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 MATLAB Support Package for USB Webcams에 대해 자세히 알아보기

질문:

2024년 1월 4일

댓글:

2024년 1월 22일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by