自 2025 年 3 月 27 日起,我們建議您使用 android-latest-release
而非 aosp-main
建構及貢獻 AOSP。詳情請參閱「Android 開放原始碼計畫變更」。
總覽
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Android Automotive 作業系統 (AAOS) 平台提供兩種不同的相機 API:
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-06-12 (世界標準時間)。
[[["容易理解","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-06-12 (世界標準時間)。"],[],[],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."]]