发现相机后,客户端和相机通过相机的本地 WiFi 网络进行通信。相机应实现 HTTP 1.1 服务器。以下 OSC 协议的 API 使用 GET
或 POST
请求。
OSC 协议
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\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."]]