I try to change the focus mode, like the flash mode, but I don't know how to get the current focus mode. I've tried wit camEx.GetParameter ("focus", "FocusMode", "GetFocusMode" with no luck).
Hi DonManfred, thank you for your answer.
I've seen that documentation, and getFocusMode didn't work.
I've browsed into the object properties in debug mode and I've found "getSupportedFocusModes"; I'm using Return r.RunMethod("getSupportedFocusModes") and it works. I don't know if that could be related to the android version.