ক্যামেরা আবিষ্কৃত হওয়ার পরে, ক্লায়েন্ট এবং ক্যামেরার মধ্যে যোগাযোগ ক্যামেরার স্থানীয় ওয়াইফাই নেটওয়ার্কের মাধ্যমে ঘটে। ক্যামেরা একটি HTTP 1.1 সার্ভার বাস্তবায়ন করা উচিত. নীচের OSC প্রোটোকলের API GET
বা POST
অনুরোধগুলি ব্যবহার করে৷
OSC প্রোটোকল, OSC প্রোটোকল
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eCamera and client communication happens over the camera's local WiFi network after initial discovery.\u003c/p\u003e\n"],["\u003cp\u003eThe camera functions as an HTTP 1.1 server for this interaction.\u003c/p\u003e\n"],["\u003cp\u003eCamera control and data exchange utilize the OSC protocol through \u003ccode\u003eGET\u003c/code\u003e and \u003ccode\u003ePOST\u003c/code\u003e requests.\u003c/p\u003e\n"]]],["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"],null,["# OSC protocol\n\nAfter the camera has been discovered, communication between the client and the camera occurs over the camera's local WiFi network. The camera should implement a HTTP 1.1 server. The OSC protocol's API below uses `GET` or `POST` requests."]]