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
.
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: 2024-11-04 UTC.
[null,null,["Ostatnia aktualizacja: 2024-11-04 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"]]