Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Samsung Galaxy s2 のフロント カメラでオート フォーカスを使用できるかどうか知りたいですか? 私の知る限り、Android からのドキュメントはないようです。
if (Camera.getNumberOfCameras() > 1) { final Camera camera = Camera.open(1); final String focusMode = camera.getParameters().getFocusMode(); Log.v("FocusMode of front camera", focusMode); }
=>「固定」
フォーカスは固定です。フォーカスが調整できない場合、カメラは常にこのモードになります。
したがって、答えはノーです。