-
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
Support for Type 1 cameras #5
Comments
hi, good question. Can you paste the complete exception here ( so that i can see where this is happening). |
I get nothing more than this (whole output): I'm testing similar C# wrapper for EDSDK by Wayne Hartman available here. There I had similar problem I think. After releasing the shutter I was receving exception |
i just uploaded a new version; this one should display the exception in a message box. |
I've updated framework (cleaned everything before) but I don't get any message box. Still same exception (in console) as mentioned above. Those radio buttons, etc. don't do anything at the moment, right? I'm new to C# and I don't see action listners impl. anywhere. Can you explain the meaning of the note from API i've posted? |
i do not know that meaning by now. and without any detailed error message, i am afraid i need to postpone that issue for now. |
can you try and update to the SDK 2.10. That is the one i am using |
I've updated sdk, but it didn't make any change. C++ sample app provided with SDK works fine though. So I'll do my best to analyze downloading implementation used there and maybe I'll be able to modify your framework so it works with 20d. Should you come to anything that could solve this problem, please let me know. Cheers. |
Hi, can you check if the camera.IsLegacy properrty is set to true? |
camera.IsLegacy is set to |
ok. thanks. then i know what is. 2012/2/4 infinity257
|
hi, i tried to fix it: 4ad33f0 |
Hi, I've launched latest version and got his exception: |
fixed |
Hi, I have the same problem as mentioned by infinity257 An unhandled exception of type 'Canon.Eos.Framework.EosPropertyException' occurred in Canon.Eos.Framework.dll |
hi. Got the same exception as mentioned by sword holder, when try to use live view. Camera Canon EOS 40d |
Hi esskar. I've tried to take a picture with my eos 20d using your framework. Program releases the shutter but after that, nothing is displayed on the panel, and i get following message in the console:
A first chance exception of type 'Canon.Eos.Framework.EosException' occurred in Canon.Eos.Framework.dll
Camera is set to Normal mode. According the API (I have edsdk v2.7) eos 20d is "type 1" camera. In the API ref. for
kEdsObjectEvent_DirItemCreated
there's a note"Because objects are not indicated for type 1 protocol standard cameras, (that is, objects are indicated as NULL), you must again retrieve child objects under the camera object to identify the new objects." Myabe this is related to the issue. Do you know how to sole this problem? Thank you in advance and please, forgive me my poor language skills.
The text was updated successfully, but these errors were encountered: