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 2024-09-03 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-09-03 UTC."}