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.
私はカメラアプリを作成していますが、基本的には、ユーザーが撮影した画像を 5 秒間表示してからカメラモードに戻す必要があります。
このコードは、プレビューを表示します。しかし、それを 5 秒間保持するには、その後に何を書きますか? ありがとう!!
@Override public void onPictureTaken(byte[] data, Camera camera) { camera.startPreview(); }