हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main
के बजाय android-latest-release
का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
camera3_error_msg स्ट्रक्चर का रेफ़रंस
#include <
camera3.h
>
camera3_error_msg_t:
CAMERA3_MSG_ERROR के लिए मैसेज का कॉन्टेंट
परिभाषा,
camera3.h
फ़ाइल की लाइन
1982
पर दी गई है.
इस गड़बड़ी का कोड; CAMERA_MSG_ERROR की वैल्यू में से एक.
परिभाषा, फ़ाइल के
camera3.h
की लाइन
1998
पर दी गई है
.
उस स्ट्रीम का पॉइंटर जिसमें गड़बड़ी हुई. अगर स्ट्रीम, गड़बड़ी पर लागू नहीं होती है, तो NULL.
परिभाषा,
camera3.h
फ़ाइल की लाइन
1993
पर दी गई है.
उस अनुरोध का फ़्रेम नंबर जिस पर गड़बड़ी लागू होती है. अगर फ़्रेम नंबर, गड़बड़ी पर लागू नहीं होता है, तो 0.
परिभाषा,
camera3.h
फ़ाइल की लाइन
1987
पर दी गई है.
इस स्ट्रक्चर का दस्तावेज़, इस फ़ाइल से जनरेट किया गया था:
-
hardware/libhardware/include/hardware/
camera3.h
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (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-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# Android Hardware Abstraction Layer: camera3_error_msg Struct Reference\n\ncamera3_error_msg Struct Reference\n==================================\n\n[Data Fields](#pub-attribs) \ncamera3_error_msg Struct Reference \n\n`\n#include \u003c\n`[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)`\n\u003e\n`\n\n|---------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|\n| Data Fields ----------- ||\n| uint32_t | [frame_number](/reference/hal/structcamera3__error__msg#a57cc7f4d579276167efca6cf047839b2) |\n| ||\n| [camera3_stream_t](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h) \\* | [error_stream](/reference/hal/structcamera3__error__msg#aaf7dcf29b86c6b052052f8ff5ba9040f) |\n| ||\n| int | [error_code](/reference/hal/structcamera3__error__msg#a7d16b1c68c87cec009d972e79abfba78) |\n| ||\n\n\nDetailed Description\n--------------------\n\n\ncamera3_error_msg_t:\n\n\nMessage contents for CAMERA3_MSG_ERROR\n\n\nDefinition at line\n[1982](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\nField Documentation\n-------------------\n\n\n|----------------|\n| int error_code |\n\n\nThe code for this error; one of the CAMERA_MSG_ERROR enum values.\n\n\nDefinition at line\n[1998](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\n|----------------------------------------------------------------------------------------------------------------------------------------|\n| [camera3_stream_t](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h) \\* error_stream |\n\n\nPointer to the stream that had a failure. NULL if the stream isn't applicable to the error.\n\n\nDefinition at line\n[1993](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\n|-----------------------|\n| uint32_t frame_number |\n\n\nFrame number of the request the error applies to. 0 if the frame number isn't applicable to the error.\n\n\nDefinition at line\n[1987](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\nof file\n[camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)\n.\n\n*** ** * ** ***\n\nThe documentation for this struct was generated from the following file:\n\n- hardware/libhardware/include/hardware/ [camera3.h](https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera3.h)"]]