Starting March 27, 2025, we recommend using android-latest-release
instead of aosp-main
to build and contribute to AOSP. For more information, see Changes to AOSP.
Overview
Stay organized with collections
Save and categorize content based on your preferences.
The Android Automotive Operating System (AAOS) platform offers two distinct
camera APIs:
Extended View System (EVS) and CarEvsService API is exclusive to
automotive platforms with minimal dependency on Android system services to
provide early camera access. This API is available only to system and
first-party (1P) apps that provide critical automotive camera experiences,
such as rear visibility.
Android Camera Service uses the Android Camera API. The Android Camera
API v2, known as the Camera2 API, uses the Android Camera Service to interact
with the camera hardware. Camera2 is tightly coupled with other Android
services and requires Android to be completely booted before the camera can
be accessed (except early camera access by a privileged client). The
Camera2 API can be used by the system and 1P apps as well as by third-party
(3P) apps that implement conventional camera experiences, such as video
conferencing.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-05 UTC."],[],[]]