-
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
could not take picture because Auto Focus Failed #10
Comments
It will be fine after I disable the auto focus on the lens |
Hi. Let me get back to this. My camera broke, so i had to get it fixed. |
i have no idea if this can be fixed as this also happens when you try to take a picture manually and it can't focus - it does not take one |
Some cameras can be set to take a picture regardless of autofocus status. I have not been able to find out if the Canons will do it. The thing is you need to allow for this sort of thing so you don't hang the application. Some times just trying again will cause the AF to work. Its either a matter of shutter priority or trying the shot some number of times either manually or automatically. |
On my 40D this pops out when i.e. the camera lens cover is on. More generally - when the autofocus fails. All my Canons (40D, 60D, 450D and 1100D) refuse to shot when autofocus fails unless you manually turn it off. |
could be closed as a won'tfix |
Failed to take a picture.
Canon.Eos.Framework.EosException: Take Picture Auto Focus Failed.
Failed to take picture.
at Canon.Eos.Framework.Helper.Util.Assert(UInt32 result, String message) in e:\TDDOWNLOAD\down\esskar-Canon.Eos.Framework-0aacd29\esskar-Canon.Eos.Framework-0aacd29\Canon.Eos.Framework\Helper\Util.cs:line 28
at Canon.Eos.Framework.EosCamera.TakePicture() in e:\TDDOWNLOAD\down\esskar-Canon.Eos.Framework-0aacd29\esskar-Canon.Eos.Framework-0aacd29\Canon.Eos.Framework\EosCamera.cs:line 475
at Canon.Eos.CameraCockpit.Forms.CockpitForm.b__0() in e:\TDDOWNLOAD\down\esskar-Canon.Eos.Framework-0aacd29\esskar-Canon.Eos.Framework-0aacd29\Canon.Eos.CameraCockpit\Forms\CockpitForm.cs:line 99
at Canon.Eos.CameraCockpit.Forms.CockpitForm.SafeCall(Action action, Action`1 exceptionHandler) in e:\TDDOWNLOAD\down\esskar-Canon.Eos.Framework-0aacd29\esskar-Canon.Eos.Framework-0aacd29\Canon.Eos.CameraCockpit\Forms\CockpitForm.cs:line 154
The text was updated successfully, but these errors were encountered: