Nachdem die Kamera erkannt wurde, erfolgt die Kommunikation zwischen dem Client und der Kamera über das lokale WLAN-Netzwerk der Kamera. Von der Kamera sollte einen Server HTTP 1.1 implementiert werden. Die API des OSC-Protokolls verwendet Anfragen vom Typ GET
oder POST
.
OSC-Protokoll
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]