ตั้งแต่วันที่ 27 มีนาคม 2025 เป็นต้นไป เราขอแนะนำให้ใช้ android-latest-release
แทน aosp-main
เพื่อสร้างและมีส่วนร่วมใน AOSP โปรดดูข้อมูลเพิ่มเติมที่หัวข้อการเปลี่ยนแปลงใน AOSP
ภาพรวม
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แพลตฟอร์มระบบปฏิบัติการ Android Automotive (AAOS) มี API กล้อง 2 รายการที่แตกต่างกัน ดังนี้
Extended View System (EVS) และ CarEvsService API มีไว้สำหรับแพลตฟอร์มยานยนต์โดยเฉพาะ ซึ่งอาศัยบริการของระบบ Android เพียงเล็กน้อยเพื่อให้การเข้าถึงกล้องได้ตั้งแต่เนิ่นๆ API นี้พร้อมให้บริการเฉพาะสำหรับแอประบบและแอปของบุคคลที่หนึ่ง (1P) ที่มอบประสบการณ์การใช้งานกล้องรถยนต์ที่สำคัญ เช่น ทัศนวิสัยด้านหลัง
บริการกล้อง Android ใช้ Android Camera API Android Camera API v2 หรือที่เรียกว่า Camera2 API ใช้บริการกล้อง Android เพื่อโต้ตอบกับฮาร์ดแวร์กล้อง Camera2 ทำงานร่วมกับบริการอื่นๆ ของ Android อย่างใกล้ชิด และกำหนดให้ Android ต้องบูตอย่างสมบูรณ์ก่อนจึงจะเข้าถึงกล้องได้ (ยกเว้นการเข้าถึงกล้องตั้งแต่เนิ่นๆ โดยไคลเอ็นต์ที่มีสิทธิ์) ระบบและแอป 1P รวมถึงแอปของบุคคลที่สาม (3P) ที่ใช้ประสบการณ์การใช้งานกล้องแบบดั้งเดิม เช่น การประชุมทางวิดีโอ สามารถใช้ Camera2 API ได้
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ 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."]]