हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main
के बजाय android-latest-release
का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
खास जानकारी
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Android Automotive Operating System (AAOS) प्लैटफ़ॉर्म, कैमरे के लिए दो अलग-अलग एपीआई उपलब्ध कराता है:
एक्सटेंडेड व्यू सिस्टम (ईवीएस) और CarEvsService API, सिर्फ़ वाहन संबंधित प्लैटफ़ॉर्म के लिए है. इनकी मदद से, कैमरे का ऐक्सेस जल्दी मिलता है. इसके लिए, Android सिस्टम की सेवाओं पर कम से कम निर्भरता होती है. यह एपीआई, सिर्फ़ सिस्टम और पहले पक्ष (1P) के उन ऐप्लिकेशन के लिए उपलब्ध है जो वाहन के कैमरे से जुड़ी अहम सुविधाएं उपलब्ध कराते हैं. जैसे, पीछे की तरफ़ दिखने वाली चीज़ें.
Android Camera Service, Android Camera API का इस्तेमाल करती है. Android Camera API v2, जिसे Camera2 API कहा जाता है, कैमरे के हार्डवेयर के साथ इंटरैक्ट करने के लिए Android Camera Service का इस्तेमाल करता है. Camera2, Android की अन्य सेवाओं के साथ पूरी तरह से काम करता है. साथ ही, कैमरे को ऐक्सेस करने से पहले, Android को पूरी तरह से बूट होना ज़रूरी है. हालांकि, किसी खास क्लाइंट के कैमरे को पहले से ऐक्सेस करने की सुविधा के लिए ऐसा ज़रूरी नहीं है. Camera2 API का इस्तेमाल, सिस्टम और पहले पक्ष (1P) के ऐप्लिकेशन के साथ-साथ तीसरे पक्ष (3P) के उन ऐप्लिकेशन के लिए किया जा सकता है जो कैमरे से जुड़ी सामान्य सुविधाएं देते हैं. जैसे, वीडियो कॉन्फ़्रेंसिंग.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. 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."]]