I can connect a fotocamera (e.g. Canon Ixus) and it shows up in the twainsources as "WIA Canon...". Therefore it is easy to transfer its images into my application. Thank you for this.
But what I searching for is how to get additional informations about the images stored on the camera e.g. orig filename, date of picture taken, ...
How can I get these?
I hoped I can read VSTwain1.ExtendedImageInfoCollection, but it's size is 0.
Are these informations embeded in the image itself? Do I have to read EXIF?
Information about picture fename, date of picture take, etc are stored in camera's local storage. Our library does not allow to work with local storage (File System) of devices but we plan to add this capability in the future.