|
-
July 31st, 2011, 12:02 PM
#1
How do I access a digital camera in C#?
I'd like to write a small console application to copy images and videos from a digital camera but I don't know how to accesss it.
The explorer show this path:
Code:
Computer\My Camera Name Here\Removable storage\DCIM
unfortunately it is not a valid path for the GetFiles method
Code:
var asdf = System.IO.Directory.GetFiles(@"Computer\My Camera Name Here\Removable storage\DCIM");
any ideas?
win7 x86, VS 2008 & 2010, C++/CLI, C#, .NET 3.5 & 4.0, VB.NET, VBA... WPF is comming
remeber to give feedback  you think my response deserves recognition? perhaps you may want to click the Rate this post link/button and add to my reputation
private lessons are not an option so please don't ask for help in private, I won't replay
if you use Opera and you'd like to have the tab-button functionality for the texteditor take a look at my Opera Tab-UserScirpt; and if you know how to stop firefox from jumping to the next control when you hit tab let me know
-
July 31st, 2011, 11:24 PM
#2
Re: How do I access a digital camera in C#?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|