-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EosSavePicturesToHost Issue #11
Comments
Try I have no problem saving to my PC. |
Hi. Let me get back to this. My camera broke, so i had to get it fixed. |
worksforme as described above |
Hi Esskar,
|
Further to the problems that I and some others are having about this, I wonder if the comment below (source: http://tech.groups.yahoo.com/group/CanonSDK/message/1648) is relevant? It is actually with regard to the camera showing "Busy" after trying to save the photo to PC, which is another problem I am having, but is closely enough related that I thought I'd share it. |
This problem appears to only manifest itself when creating a command-line app. I have just tried WinForms and WPF apps. Both work. |
Is anyone else having problems with this? |
I am trying to implement saving the pictures to some locations in the computer:
camera.TakePicture();
camera.SavePicturesToHost("G:\Test_Canon");
However, there is always a error :
Unhandled Exception: Canon.Eos.framework.EosException: Device Busy.
Failed to set SaveTo Location.
I will appreciate your answer.
The text was updated successfully, but these errors were encountered: