2025년 3월 27일부터 AOSP를 빌드하고 기여하려면 aosp-main
대신 android-latest-release
를 사용하는 것이 좋습니다. 자세한 내용은 AOSP 변경사항을 참고하세요.
EVS 개요
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 EVS(Extended View System) 1.1 통합 가이드에서는 이전 Android 출시 이후 변경된 사항을 설명합니다.
Android에는 영상 캡처를 허용하고 Android 부팅 과정 초기에 표시되며 시스템 수명 기간 동안 계속 작동하는 HIDL 하드웨어 추상화 계층(HAL)이 포함되어 있습니다. HAL에는 Android 기반 차량용 인포테인먼트(IVI) 시스템이 있는 차량에서 후방 및 서라운드 뷰 디스플레이를 지원하는 데 사용되는 EVS(Extended View System) 스택이 포함되어 있습니다.
제목 |
설명 |
---|
이벤트 및 프레임 알림 메커니즘 |
EVS 관리자 및 하드웨어(HW) 모듈이 애플리케이션의 모든 스트리밍 이벤트에 알릴 수 있는 콜백 메커니즘입니다. |
카메라 제어 매개변수 프로그래밍 |
동영상 스트림이 활성화되어 있는 동안 카메라 매개변수를 변경하기 위한 getter 및 setter 메서드입니다. |
카메라 및 시스템 구성 변경사항 |
애플리케이션이 HAL에서 카메라 및 이미징 특성을 검색할 수 있게 하는 새로운 구성 관리자입니다. |
프레임 메타데이터 |
프레임 메타데이터는 BufferDesc 데이터 구조를 구성하는 요소입니다. |
자동차 디스플레이 프록시 서비스 |
HAL 구현이 SurfaceFlinger를 사용할 수 있는 새로운 서비스입니다. |
다중 카메라 지원 |
실제 카메라 기기 여러 개로 구성된 논리 카메라 기기입니다. |
차량 카메라 HAL |
HAL은 EVS 스택을 포함하며 Android 기반 차량용 인포테인먼트(IVI) 시스템이 장착된 차량의 후방 카메라 및 서라운드 뷰 디스플레이를 지원하는 데 사용됩니다. |
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 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,["# EVS Overview\n\nThis *Extended View System (EVS) 1.1 Integration Guide* describes changes made\nsince the previous Android release.\n\nAndroid contains the HIDL Hardware Abstraction Layer (HAL), which provides for\nimagery capture, is displayed early in the Android boot process, and continues\nto function for the life of the system. The HAL includes the Extended View\nSystem (EVS) stack, which is used to support rearview and surround view\ndisplays in vehicles with Android-based In-Vehicle Infotainment (IVI)\nsystems.\n\n| Title | Description |\n|-----------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Event and Frame Notification Mechanism](/docs/automotive/camera/evs/event_frame) | Callback mechanism that allows the EVS manager and hardware (HW) module to notify any streaming event in the application. |\n| [Programming Camera Control Parameters](/docs/automotive/camera/evs/camera_control) | Getter and setter methods to change camera parameters while the video stream is active. |\n| [Changes to Camera and System Configuration](/docs/automotive/camera/evs/camera_system) | New configuration manager to enable the application to retrieve camera and imaging characteristics from the HAL. |\n| [Frame Metadata](/docs/automotive/camera/evs/frame_metadata) | Frame metadata is a member of the BufferDesc data structure. |\n| [Automotive Display Proxy Service](/docs/automotive/camera/evs/display_proxy) | New service to enable HAL implementations to use SurfaceFlinger. |\n| [Multi-Camera Support](/docs/automotive/camera/evs/multi_camera) | Logical camera device that consists of multiple physical camera devices. |\n| [Vehicle Camera HAL](/docs/automotive/camera/evs/camera-hal) | The HAL includes the EVS stack and is used to support rearview camera and surround view displays in vehicles with Android-based In-Vehicle Infotainment (IVI) systems. |"]]