Forums › TWAIN Classic › Is there any .NET sample without opening the driverinterface › Re: Re: Thank you for a quick reply
@Som wrote:
NO. I do not need the driver interface or diver interface specific functions. I only need to be able to access to basic functions, like selecting source, scanning multi pages with pressing a scan button one time or getting a live feed from camera so may do some still or video capture within my app. And some very basic configurations like, setting scan page size, color or gray scan etc.
everything except the video should be ok. There is not live feed in twain, the live feed you see if just a part of their Ui – now they might have provided access to that feed with a custom capability (I guess anything is possible) but if they do provide access to it with a custom cap, you’ll have to get information from the vendor about their custom caps.
I have an addition to the library in progress at the moment that may help with some of what you’re trying to do – I’m opening the library a bit to allow for lower level access to the triplets. You’re more then welcome to help if you want or wait until I have those changes in place. If you feel like helping out, contact me on the project’s homepage or my IM/PM/email.
.