暗い場所での撮影
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Android には、暗い場所で写真や動画を撮影するための方法がいくつか用意されています。
このガイドでは、次の領域について説明します。
また、CameraX 拡張機能と Camera2 拡張機能のドキュメントでは、夜間モードを使用して暗い場所で高画質の静止写真を撮影する方法について説明しています。
このガイドは、読者が次のコンセプトを理解していることを前提としています。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-08-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-08-27 UTC。"],[],[],null,["# Low light photography and videography\n\nAndroid provides a number of ways to take photos and videos in low-light\nconditions.\n\nThis guide explains the following areas:\n\n- [Choose the best low light option](/media/camera/lowlight/choose-option) helps you choose the right way for your app to use the camera in low-light conditions.\n- [Low Light Boost Auto Exposure (AE) Mode](/media/camera/lowlight/low-light-boost-ae) uses device hardware to generate a stream of images in low-light conditions. You can use this stream for the camera preview, or save it as a video.\n- [Google Low Light Boost from Google Play services](/media/camera/lowlight/low-light-boost-gp) dynamically adjusts camera brightness to let you preview in low-light conditions, even on devices that don't support Low Light Boost AE Mode.\n\nIn addition, the [CameraX extensions](/media/camera/camerax/extensions-api) and [Camera2 extensions](/media/camera/camera2/extensions-api) documentation\nexplains how to use **night mode** to capture high-quality still photos in\nlow light conditions.\n\nThis guide assumes you're familiar with the following concepts:\n\n- How to use the [CameraX](/media/camera/camerax) or [Camera2](/media/camera/camera2) APIs to preview and capture images"]]