ক্যামেরা আবিষ্কৃত হওয়ার পরে, ক্লায়েন্ট এবং ক্যামেরার মধ্যে যোগাযোগ ক্যামেরার স্থানীয় ওয়াইফাই নেটওয়ার্কের মাধ্যমে ঘটে। ক্যামেরা একটি HTTP 1.1 সার্ভার বাস্তবায়ন করা উচিত. নীচের OSC প্রোটোকলের API GET
বা POST
অনুরোধগুলি ব্যবহার করে৷
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-08 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-08 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"]]