FAQ
Good morning Warren! I have swiftly ran through the new files in the newly released SDK and found no apparent changes in functionality. Did you have the chance to check what exactly was changed and why two additional dll files are needed? Thank you in advance
Home
Oct.0 General information
Warren! Thank you for detailed reply! I have taken a little bit different approach. If you have seen my code - it does have a timer.tick event that scans for shutter speed/ISO/aperture changes as well as many other things once every couple of seconds. So I have added the needed IF/Switch statements alongside two boolean flags into this timed event. So whenever the delayed shutter initiation is set to fire - the loop checks if the needed time has passed and only then initiates the capture event. Now...
Good morning all! I would like to implement a timed shooting event in my program, based on C# wrapper. The main idea is to create something like Camera built-in self-timer procedure, with variables fordelay time and number of shots that the camera will take when the coutdown reaches zero. But not from camera body, but rather via the means of SDK/Wrapper commands. So i would be able to define, let's say 20 seconds interval, during which the software will initiate a beeping sound every 5 seconds for...
I"ll add my five cents to Warren's reply if I"m allowed. Yes, it is currently impossible to retrieve a distance of focused plane by means of SDK. Probably due to a reason that the distance scale has no real electronical "feedback" with values that describe distances. What actually happens is that the lens retrieves a signal from what is called brushes or MR sensor, and derives some value from total steps amount (MOD to INF), according to where the brush or the MR sensor have stopped when focus was...
Warren, Sorry to trouble you once more, but i"m a little bit stuck with an implementation of LV imagebox in GUI, and I have spent hours to see why my approach doesn't work without any apparent success... The thing is - I am working with a testapp.cs as my base template. I have modified it and rewritten many parts of it, but left the XAML interface pretty much without substantial changes. In a base (core) version of the testapp - once you enable liveview from gui - an Image element, generated in XAML,...