2025 年 3 月 27 日より、AOSP のビルドとコントリビューションには aosp-main
ではなく android-latest-release
を使用することをおすすめします。詳細については、AOSP の変更をご覧ください。
概要
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Android Automotive オペレーティング システム(AAOS)のプラットフォームは、以下の 2 つの異なるカメラ API を提供します。
拡張ビューシステム(EVS)と CarEvsService API は、早期カメラアクセスを提供するために Android システム サービスへの依存を最小限に抑えた自動車プラットフォーム専用の機能です。この API は、後方視界などの重要な自動車カメラ エクスペリエンスを提供するシステムアプリとファーストパーティ(1P)アプリでのみ使用できます。
Android カメラサービスは、Android Camera API を使用します。Android Camera API v2(Camera2 API とも呼ばれます)は、Android カメラサービスを使用してカメラ ハードウェアとやり取りします。Camera2 は他の Android サービスと緊密に結合されており、カメラにアクセスする前に Android が完全に起動されている必要があります(ただし、特権クライアントによる早期カメラアクセスを除きます)。Camera2 API は、システムアプリとファーストパーティ(1P)アプリだけでなく、ビデオ会議などの従来のカメラ エクスペリエンスを実装するサードパーティ(3P)アプリでも使用できます。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-03-26 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-03-26 UTC。"],[],[],null,["# Overview\n\nThe Android Automotive Operating System (AAOS) platform offers two distinct\ncamera APIs:\n\n- [**Extended View System (EVS) and CarEvsService API**](/docs/automotive/camera/evs) is exclusive to\n automotive platforms with minimal dependency on Android system services to\n provide early camera access. This API is available **only** to system and\n first-party (1P) apps that provide critical automotive camera experiences,\n such as rear visibility.\n\n- [**Android Camera Service**](/docs/automotive/camera/acs) uses the [Android Camera API](https://developer.android.com/reference/android/hardware/camera2/package-summary). The Android Camera\n API v2, known as the Camera2 API, uses the Android Camera Service to interact\n with the camera hardware. Camera2 is tightly coupled with other Android\n services and requires Android to be completely booted before the camera can\n be accessed (except [early camera access](/docs/automotive/camera/acs#early-access) by a privileged client). The\n Camera2 API can be used by the system and 1P apps as well as by third-party\n (3P) apps that implement conventional camera experiences, such as video\n conferencing."]]