संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
camera featurecombinationquery
काम
नया अपडेट |
स्टेबल रिलीज़ |
रिलीज़ कैंडिडेट |
बीटा रिलीज़ |
ऐल्फ़ा वर्शन |
13 अगस्त, 2025 |
- |
1.5.0-rc01 |
- |
- |
डिपेंडेंसी का एलान करना
camera featurecombinationquery पर डिपेंडेंसी जोड़ने के लिए, आपको अपने प्रोजेक्ट में Google Maven रिपॉज़िटरी जोड़नी होगी. ज़्यादा जानकारी के लिए, Google की Maven रिपॉज़िटरी पढ़ें.
अपने ऐप्लिकेशन या मॉड्यूल के लिए, build.gradle
फ़ाइल में उन आर्टफ़ैक्ट की डिपेंडेंसी जोड़ें जिनकी आपको ज़रूरत है:
ग्रूवी
dependencies {
// Use to implement camera featurecombinationquerys
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-rc01"
// Use to implement camera featurecombinationquery complications
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-rc01"
// (Kotlin-specific extensions)
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-rc01"
// Use to implement a featurecombinationquery style and complication editor
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-rc01"
// Can use to render complications.
//TODO: Confirm these dependencies
// This library is optional and featurecombinationquerys may have custom implementation for rendering
// complications.
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-rendering:1.5.0-rc01"
}
Kotlin
dependencies {
// Use to implement camera featurecombinationquerys
//TODO: Confirm these dependencies
implementation("androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-rc01")
// Use to implement camera featurecombinationquery complications
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-rc01"
// (Kotlin-specific extensions)
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-rc01"
// Use to implement a featurecombinationquery style and complication editor
//TODO: Confirm these dependencies
implementation("androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-rc01")
// Can use to render complications.
//TODO: Confirm these dependencies
// This library is optional and featurecombinationquerys may have custom implementation for rendering
// complications.
//TODO: Confirm these dependencies
implementation "androidx.camera.featurecombinationquery:featurecombinationquery-complications-rendering:1.5.0-rc01"
}
डिपेंडेंसी के बारे में ज़्यादा जानने के लिए, बिल्ड डिपेंडेंसी जोड़ना लेख पढ़ें.
सुझाव/राय दें या शिकायत करें
आपके सुझाव, शिकायत या राय से Jetpack को बेहतर बनाने में मदद मिलती है. अगर आपको कोई नई समस्या मिलती है या इस लाइब्रेरी को बेहतर बनाने के लिए आपके पास कोई सुझाव है, तो हमें बताएं. कृपया नई लाइब्रेरी बनाने से पहले, इस लाइब्रेरी में मौजूद मौजूदा समस्याओं को देखें. स्टार बटन पर क्लिक करके, किसी मौजूदा समस्या के लिए वोट किया जा सकता है.
नई समस्या बनाना
ज़्यादा जानकारी के लिए, Issue Tracker का दस्तावेज़ देखें.
संस्करण 1.5
वर्शन 1.5.0-rc01
13 अगस्त, 2025
androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-rc01
और androidx.camera.featurecombinationquery:featurecombinationquery-play-services:1.5.0-rc01
रिलीज़ हो गए हैं. वर्शन 1.5.0-rc01 में ये कमिट शामिल हैं.
वर्शन 1.5.0-beta02
16 जुलाई, 2025
androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta02
और androidx.camera.featurecombinationquery:featurecombinationquery-play-services:1.5.0-beta02
रिलीज़ हो गए हैं. वर्शन 1.5.0-beta02 में ये कमिट शामिल हैं.
नई सुविधाएं
- Play Service को लागू करने पर, Play Services को लागू करने की सुविधा अपने-आप चालू हो जाएगी.
गड़बड़ियां ठीक की गईं
- Play Store के साथ इंटिग्रेट किए गए, बाद में दिखने वाले प्लैटफ़ॉर्म का इस्तेमाल करते समय पाबंदियों के बारे में ज़्यादा जानकारी दी गई है.
- कुछ इनिशियलाइज़ेशन को फ़ैक्ट्री कंस्ट्रक्टर में ले जाया गया है, ताकि क्लाइंट को यह बेहतर तरीके से कंट्रोल करने का विकल्प मिल सके कि वे कब चाहते हैं कि बाइंडर कॉल किए जाएं. दस्तावेज़ों को अपडेट किया गया है, ताकि वे इसी के मुताबिक दिखें.
वर्शन 1.5.0-beta01
4 जून, 2025
androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta01
और androidx.camera.featurecombinationquery:featurecombinationquery-play-services:1.5.0-beta01
रिलीज़ हो गए हैं. वर्शन 1.5.0-beta01 में ये कमिट शामिल हैं.
नई सुविधाएं
- 1.5.0-beta01 वर्शन के अपडेट के साथ,
FeatureCombinationQuery
आर्टफ़ैक्ट को उनके लाइब्रेरी ग्रुप में ले जाया गया है. CameraX लाइब्रेरी को मॉड्यूलर बनाने और उसे बनाए रखने के लिए, यह बदलाव ज़रूरी है.
एपीआई में हुए बदलाव
SessionConfigurationCompat
और SessionParametersCompat
का नाम बदलकर, SessionConfigurationLegacy
और SessionParametersLegacy
कर दिया गया है. इससे यह पता चलता है कि इनका इस्तेमाल सिर्फ़ पुराने एपीआई के साथ किया जा सकता है.
- इसी तरह,
CameraDeviceSetupCompat.#isSessionConfigurationSupported(SessionConfigurationCompat)
के तरीके का नाम/हस्ताक्षर बदलकर CameraDeviceSetupCompat.#isSessionConfigurationSupportedLegacy(SessionConfigurationLegacy)
कर दिया गया है
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-08-13 (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-08-13 (UTC) को अपडेट किया गया."],[],[],null,["# camera featurecombinationquery\n==============================\n\nAPI Reference \n[androidx.camera.featurecombinationquery](/reference/kotlin/androidx/camera/featurecombinationquery/package-summary) \nTODO \n\n| Latest Update | Stable Release | Release Candidate | Beta Release | Alpha Release |\n|-----------------|----------------|------------------------------------------------------------------------------------|--------------|---------------|\n| August 13, 2025 | - | [1.5.0-rc01](/jetpack/androidx/releases/camera-featurecombinationquery#1.5.0-rc01) | - | - |\n\nDeclaring dependencies\n----------------------\n\nTo add a dependency on camera featurecombinationquery, you must add the Google Maven repository to your\nproject. Read [Google's Maven repository](/studio/build/dependencies#google-maven)\nfor more information.\n\nAdd the dependencies for the artifacts you need in the `build.gradle` file for\nyour app or module: \n\n### Groovy\n\n```groovy\ndependencies {\n // Use to implement camera featurecombinationquerys\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-rc01\"\n\n // Use to implement camera featurecombinationquery complications\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-rc01\"\n // (Kotlin-specific extensions)\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-rc01\"\n\n // Use to implement a featurecombinationquery style and complication editor\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-rc01\"\n\n // Can use to render complications.\n //TODO: Confirm these dependencies\n // This library is optional and featurecombinationquerys may have custom implementation for rendering\n // complications.\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-complications-rendering:1.5.0-rc01\"\n}\n```\n\n### Kotlin\n\n```kotlin\ndependencies {\n // Use to implement camera featurecombinationquerys\n //TODO: Confirm these dependencies\n implementation(\"androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-rc01\")\n\n // Use to implement camera featurecombinationquery complications\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source:1.5.0-rc01\"\n // (Kotlin-specific extensions)\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-complications-data-source-ktx:1.5.0-rc01\"\n\n // Use to implement a featurecombinationquery style and complication editor\n //TODO: Confirm these dependencies\n implementation(\"androidx.camera.featurecombinationquery:featurecombinationquery-editor:1.5.0-rc01\")\n\n // Can use to render complications.\n //TODO: Confirm these dependencies\n // This library is optional and featurecombinationquerys may have custom implementation for rendering\n // complications.\n //TODO: Confirm these dependencies\n implementation \"androidx.camera.featurecombinationquery:featurecombinationquery-complications-rendering:1.5.0-rc01\"\n}\n```\n\nFor more information about dependencies, see [Add build dependencies](/studio/build/dependencies).\n\nFeedback\n--------\n\nYour feedback helps make Jetpack better. Let us know if you discover new issues or have\nideas for improving this library. Please take a look at the\n[existing issues](https://issuetracker.google.com/issues?q=componentid:618491%20status:open)\nin this library before you create a new one. You can add your vote to an existing issue by\nclicking the star button.\n\n[Create a new issue](https://issuetracker.google.com/issues/new?component=618491&template=1257717)\n\nSee the [Issue Tracker documentation](https://developers.google.com/issue-tracker)\nfor more information.\n\nVersion 1.5\n-----------\n\n### Version 1.5.0-rc01\n\nAugust 13, 2025\n\n`androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-rc01` and `androidx.camera.featurecombinationquery:featurecombinationquery-play-services:1.5.0-rc01` are released. Version 1.5.0-rc01 contains [these commits](https://android.googlesource.com/platform/frameworks/support/+log/f22a8ba695b5a3d975f57d279262d9d39444d990..3496263efa2133a8c8cd25f4ae6509b9d28a788f/camera/featurecombinationquery).\n\n### Version 1.5.0-beta02\n\nJuly 16, 2025\n\n`androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta02` and `androidx.camera.featurecombinationquery:featurecombinationquery-play-services:1.5.0-beta02` are released. Version 1.5.0-beta02 contains [these commits](https://android.googlesource.com/platform/frameworks/support/+log/7442ed2cb3111f2187694f18723b4fbd1c9efa69..f22a8ba695b5a3d975f57d279262d9d39444d990/camera/featurecombinationquery).\n\n**New Features**\n\n- Play Service implementation will automatically pull in the Play Services Implementation when used.\n\n**Bug Fixes**\n\n- Clarified restrictions when using deferred surfaces with the play store implementation.\n- Moved some initialization to the Factory constructor to give clients better control over when they want the Binder calls to happen. Updated the docs to reflect the same.\n\n### Version 1.5.0-beta01\n\nJune 4, 2025\n\n`androidx.camera.featurecombinationquery:featurecombinationquery:1.5.0-beta01` and `androidx.camera.featurecombinationquery:featurecombinationquery-play-services:1.5.0-beta01` are released. Version 1.5.0-beta01 contains [these commits](https://android.googlesource.com/platform/frameworks/support/+log/7442ed2cb3111f2187694f18723b4fbd1c9efa69/camera/featurecombinationquery).\n\n**New Features**\n\n- With the update to 1.5.0-beta01, the `FeatureCombinationQuery` artifacts have been moved to their own library group. This change is necessary to improve the modularity and maintainability of the CameraX library.\n\n**API Changes**\n\n- `SessionConfigurationCompat` and `SessionParametersCompat` have been renamed to `SessionConfigurationLegacy` and `SessionParametersLegacy` respectively to better reflect their function in supporting older APIs only.\n- Similarly, the method name/signature of `CameraDeviceSetupCompat.#isSessionConfigurationSupported(SessionConfigurationCompat)` has been changed to `CameraDeviceSetupCompat.#isSessionConfigurationSupportedLegacy(SessionConfigurationLegacy)`"]]