LEADTOOLS Support
Imaging
Imaging SDK Questions
How can I save photos from the digital camera to my PC?
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, August 10, 2009 2:00:59 PM(UTC)
Groups: Registered
Posts: 7
Hello.
Sorry but I am new in Leadtools. I obtain pictures and I see them but I need to save them from a camera to a PC between AcquirePage event, in addition, I need too obtaining the picture's information (extension, filename, so on). Please, I need some example with this.
.
#2
Posted
:
Tuesday, August 11, 2009 2:55:40 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
If you are displaying the images during acquiring, this means you're probably using the Memory or Native transfer modes of Twain, and not the File transfer mode.
This means the file does not get saved to disk, unless you save it.
To save it, use one of the LEADTOOLS Save functions in the AcquirePage event handler. When you do that, you can choose output file name, format and extension.
The exact details depend on which LEADTOOLS version (15, 16, etc.) and programming interface (Main OCX, .NET classes, DLL API, C++ Classes, etc.) you are using.
LEADTOOLS Support
Imaging
Imaging SDK Questions
How can I save photos from the digital camera to my PC?
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.