कैमरा रीसेट
सभी विकल्पों को वापस उनकी डिफ़ॉल्ट वैल्यू पर सेट करता है. कोई अनुमान नहीं लगाया जाना चाहिए
कैमरा चालू होने पर उसकी स्थिति के बारे में जानकारी. उदाहरण के लिए, कैमरा चालू नहीं होना चाहिए
यह माना जाएगा कि कैमरा हर बार डिफ़ॉल्ट विकल्पों के साथ चालू होता है.
यह निर्देश, एपीआई लेवल 2 में जोड़ा गया था.
पैरामीटर
- इस निर्देश का अनुरोध के मुख्य हिस्से में कोई पैरामीटर नहीं है.
नतीजे
- यह निर्देश, जवाब के मुख्य भाग में कोई नतीजा नहीं दिखाता है.
गड़बड़ियां
- अमान्य पैरामीटर का नाम: इनपुट पैरामीटर के नाम की पहचान नहीं की जा सकी.
कमांड I/O |
कमांड इनपुट |
none |
कमांड आउटपुट |
none |
कमांड आउटपुट (गड़बड़ी) |
{ "error": { "code": "invalidParameterName", "message": "parameter XYZ is unrecognized." } } |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-21 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-21 (UTC) को अपडेट किया गया."],[[["Resets all camera options to their original default settings."],["Camera state on power-up is unpredictable and not guaranteed to have default options."],["Introduced in API level 2, this command neither accepts input parameters nor provides output results in its request/response body."],["An \"invalidParameterName\" error is returned if an unrecognized parameter is included in the request."]]],["This command resets all camera options to their default values, ensuring no prior state assumptions are made. Introduced in API level 2, it requires no parameters in the request and returns no result in the response. The only potential error is \"invalidParameterName,\" triggered if an unrecognized parameter is provided, even though there should be none. Command input and output is empty, with the error output providing details.\n"]]