Before upgrading from the 1.5 beta to Vuforia 1.5.9, I'd set focus mode to infinity to turn off auto focus. Now it won't let me (iPhone 4S). I can set it to normal successfully. Is there any other way for me to set it to never auto focus?
edit:
On iPhone 4S
FOCUS_MODE_NORMAL - works
FOCUS_MODE_TRIGGERAUTO - didn't try
FOCUS_MODE_CONTINUOUSAUTO - works
FOCUS_MODE_INFINITY - doesn't work
FOCUS_MODE_MACRO - doesn't work
Gives me "Requested Focus mode FOCUS_MODE_INFINITY. Not supported on this device." in Xcode. I tested FOCUS_MODE_INFINITY on 3GS and got same error.
I think that NORMAL is the locked state.