acces and operate scanner using matlab
Mostrar comentarios más antiguos
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
Respuestas (2)
Walter Roberson
el 4 de En. de 2024
0 votos
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 comentarios
rizqi basith
el 6 de En. de 2024
Walter Roberson
el 6 de En. de 2024
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
el 14 de En. de 2024
Walter Roberson
el 14 de En. de 2024
I do not have a dll file -- I am not running MS Windows.
rizqi basith
el 16 de En. de 2024
catur suharinto
el 16 de En. de 2024
Editada: Walter Roberson
el 16 de En. de 2024
0 votos
5 comentarios
rizqi basith
el 16 de En. de 2024
Walter Roberson
el 16 de En. de 2024
Yes, you can combine it with MATLAB, by using system() or System.Diagonstics.Process
catur suharinto
el 16 de En. de 2024
Of course, make sure your Matlab is running as administrator
rizqi basith
el 18 de En. de 2024
rizqi basith
el 22 de En. de 2024
Categorías
Más información sobre National Instruments Frame Grabbers en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!