Home All Groups Group Topic Archive Search About

Programmatically retrieving photos

Author
16 Mar 2005 4:01 PM
Robert Lochon
Hi,

I'm trying to transfer the photos from my Canon EOS 20D to a folder on
my hard-drive with a C# program (but the language doesn't matter). But
the cam folder doesn't appear in the directory browser within my
application, although it appears in the Windows explorer. I deduce that
it is not recognized by Windows as a removable drive.

So, here's my question : How can I handle the cam folder (is it really
a folder ?) from a program ?

Thanks in advance.


[cross-posted : alt.comp.periphs.dcameras.canon &
microsoft.public.dotnet.languages.csharp]

Author
17 Mar 2005 12:09 AM
DalePres
http://www.codeproject.com/dotnet/wiascriptingdotnet.asp?df=100&forumid=3908&exp=0&select=752745

HTH

DalePres
MCAD, MCDBA, MCSE

Show quoteHide quote
"Robert Lochon" <Roblo***@gmail.com> wrote in message
news:1110988798.788391.216290@g14g2000cwa.googlegroups.com...
> Hi,
>
> I'm trying to transfer the photos from my Canon EOS 20D to a folder on
> my hard-drive with a C# program (but the language doesn't matter). But
> the cam folder doesn't appear in the directory browser within my
> application, although it appears in the Windows explorer. I deduce that
> it is not recognized by Windows as a removable drive.
>
> So, here's my question : How can I handle the cam folder (is it really
> a folder ?) from a program ?
>
> Thanks in advance.
>
>
> [cross-posted : alt.comp.periphs.dcameras.canon &
> microsoft.public.dotnet.languages.csharp]
>
Are all your drivers up to date? click for free checkup

Author
17 Mar 2005 10:46 AM
Robert Lochon
Many thanks !
It seems to exactly do what I need. I'll test it asap and post
something to confirm.
Author
28 Mar 2005 10:27 AM
Robert Lochon
Hi,

I've just (at last) tried yesterday and the solution you gave me works
perfectly with a USB connection.

Thanks again !

Bookmark and Share