-
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
Architecture question #3
Comments
Hi, thanks for your feedback. let me comment on your questions:
Thanks for the flowers! ;-) Feel free to test and give further feedback. |
Hi, thank for your response. |
Gentlemen: I am interested in the project because I want to control my EOS 7D. I have also a Olympus ER-500 which also has software. The E-500 has a dynamic set of properties so you need to be able to detect changes in the allowable property values and update them from time to time. The camera driver issues messages when this updating is needed. I believe that the Canon cameras also have this variable allowable property. Does this framework have any methods to accomplish this? I have been trying to compile the code just uploaded but can't seem to get the DLL's in the right spot. It might be my use of a 64 bit system I am going to move all this over to a 32 bit system later this evening. I suppose I've got some googling to do as well. |
@Bill-Lea this framework is not for Olympus cameras and probably never will be. |
I was comparing the Olympus SDK to the Canon SDK. The Oly sdk has a My aim is a program that will controle either my canon 7d or my My problem with the EDSDK is two fold. I am having problems with the DLLs. I have coppied them to the bin/ I have simply downloaded your files and brought them up via the .cproj One thong of particular interest to me is the properties. I formed the Thanks Sent from my iPhone On Jan 25, 2012, at 7:23 AM, esskar <reply
|
Solved my problem with the dll's. I had to put them in both projects Sent from my iPhone On Jan 25, 2012, at 7:23 AM, esskar <reply
|
what properties are you talking about? |
I call em properties. Shutter speed, iso, all rhe enumerated settings For instance the eos has 3 modes of operation. I need to know what The availiable apetures are a function of the lens. If the lens is a So I want to read all the settings ( maybe that's a better word ) and For instance I want to be able to set rhe image types or resolution. I need to set: I think of these paramiters as properties. My goal is to develope a program to automatically generate a panorama I must say though that the ASCOM guys are not verry supportive. I must also say I'm a novice at .NET. I sort of hack my way through it. Anyway thanks for your reply Sent from my iPhone On Jan 26, 2012, at 1:46 AM, esskar <reply
|
The properties are discussed in the EDSDK.cs file about line 660. They I can speak to how they are handled by the Olympus SDK since they are My plan is to use the Ascom platform to write camera "drivers" where Bill Sent from my iPhone On Jan 26, 2012, at 1:46 AM, esskar <reply
|
I will look into this today. will keep you posted. |
I have written some functions to generate names from various property I can not figure out how to get the list of settable properties and Thanks for your consideration. Sent from my iPhone On Jan 29, 2012, at 4:51 AM, esskar <reply
|
ok. i know how to implement it but i probably will not be able to do it before the beginning of next week. I need to finish a customer project first. |
a lot of work is done in https://github.com/Aperis/CanonDSLR.NET/tree/master/CanonDSLR ,you might integrate stuff from there ( i prefer your api ) |
Hello,
1.) why there is EosObject class when only EosCamera extends this class.
2.) will your implementation works in multi-thread application?
3.) It's later possible to have more than one kind of Exception (if it really makes sense)?
4.) What camera did you use for testing?
Btw very impressive piece of work.
The text was updated successfully, but these errors were encountered: