Integrate WIA (Windows Image Acquisition) into Qt project
Unsolved
General and Desktop
-
Hi Folks,
I have to capture scanner image trough my Qt based application on Windows 7. As I saw, WIA would be the most Windows conform solution to do that, but it based on COM.
Can anybody help me, how can I compile COM based source via Qt project? Even more, does anybody have experience in WIA + Qt usage?Regards,
Norbert -
@moravas If it is COM then you can use http://doc.qt.io/qt-5.7/activeqt-container.html
-
Thank you very much!!! It seems to be a good starting point, but how can I compile IDL files? If you can check the link, it points to have a header and IDL file to.
https://msdn.microsoft.com/en-us/library/windows/desktop/ms630133(v=vs.85).aspxMoreover, does anybody have experience in WIA?
Regards,
Norbert -
-