कैमरे का पता लगने के बाद, क्लाइंट और कैमरे के बीच कम्यूनिकेशन, कैमरे के लोकल वाई-फ़ाई नेटवर्क पर होता है. कैमरे को एक एचटीटीपी 1.1 सर्वर लागू करना चाहिए. नीचे दिए गए ओएससी प्रोटोकॉल के एपीआई में, GET
या POST
अनुरोधों का इस्तेमाल होता है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-11-04 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-11-04 (UTC) को अपडेट किया गया."],[[["Camera and client communication happens over the camera's local WiFi network after initial discovery."],["The camera functions as an HTTP 1.1 server for this interaction."],["Camera control and data exchange utilize the OSC protocol through `GET` and `POST` requests."]]],["The camera, once discovered, communicates with the client via its local WiFi network. It operates as an HTTP 1.1 server, utilizing the OSC protocol. This protocol's API functions through `GET` or `POST` requests. Communication relies on these requests to manage the interaction between the client and the camera. The camera is responsible to implement the http server.\n"]]