Click here to Skip to main content
15,888,610 members

Comments by Johannes Bildstein (Top 8 by date)

Johannes Bildstein 28-May-15 19:13pm View    
Hi,
I suppose you can but in the Canon SDK documentation it says that you should not put the library into a system folder.
On page 14 there is also an objective-C snippet to load the library.

btw. the probably easiest way to reference the DLLs/framework is to use:
[DllImport("@executable_path/../Frameworks/EDSDK.framework/EDSDK")]
Johannes Bildstein 12-Feb-14 9:15am View    
Your problem with the straight line: you have to put the oldpoint variable outside of the MouseMove event.
And about the resize: see the second solution from Sergey.
Johannes Bildstein 1-Aug-13 7:19am View    
I know all of this stuff and you forgot ISO. Of course I can let the camera decide the values but that's not what I want. as I mentioned in the question, Auto/Tv/Av Mode causes flickering. I need to know the metering do decide on earlier settings if the new settings should be different or not. the camera doesn't take earlier settings into account and that's bad for timelapse -> need to use manual mode
Johannes Bildstein 31-Jul-13 12:57pm View    
well yes... and my question was: how do I do that/is that possible?
I need some command/method/specific topic; fancy wording does not help me here
Johannes Bildstein 25-Jul-13 5:53am View    
that's not the problem, I have the driver and SDK and can handle the camera so far. I just need to know if/how I can get those values.