2025년 3월 27일부터 AOSP를 빌드하고 기여하려면 aosp-main
대신 android-latest-release
를 사용하는 것이 좋습니다. 자세한 내용은 AOSP 변경사항을 참고하세요.
개요
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Android Automotive 운영체제 (AAOS) 플랫폼은 다음과 같은 두 가지 고유한 카메라 API를 제공합니다.
확장 뷰 시스템 (EVS) 및 CarEvsService API는 초기 카메라 액세스를 제공하기 위해 Android 시스템 서비스에 대한 최소한의 종속 항목만 사용하는 Automotive 플랫폼 전용입니다. 이 API는 후방 시야와 같은 중요한 자동차 카메라 환경을 제공하는 시스템 및 퍼스트 파티 (1P) 앱에서 만 사용할 수 있습니다.
Android 카메라 서비스는 Android 카메라 API를 사용합니다. Camera2 API라고 하는 Android Camera API v2는 Android 카메라 서비스를 사용하여 카메라 하드웨어와 상호작용합니다. Camera2는 다른 Android 서비스와 밀접하게 결합되어 있으며 카메라에 액세스하려면 Android가 완전히 부팅되어야 합니다 (권한이 있는 클라이언트의 초기 카메라 액세스 제외). Camera2 API는 시스템 및 퍼스트 파티 앱은 물론 화상 회의와 같은 기존 카메라 환경을 구현하는 서드 파티(3P) 앱에서도 사용할 수 있습니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-06-12(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-06-12(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."]]