Po wykryciu kamery komunikacja między klientem a kamerą odbywa się przez lokalną sieć Wi-Fi. Kamera powinna obsługiwać serwer HTTP 1.1. Wymieniony poniżej interfejs API protokołu OSC używa żądań GET
lub POST
.
Protokół OSC
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]