1

我正在使用基于Open Spherical Camera API构建的 Ricoh-Theta 相机。它是 360 度相机中使用的协议。我想了解如何检查该相机是否与设备连接?

相机创建移动使用的 wifi 热点。摄像机充当 HTTP 服务器。应用程序向服务器发送 HTTP 请求,服务器返回响应。我试图了解,如果我必须检查我的设备和相机之间的连接,我是否需要向相机服务器触发 API?

4

2 回答 2

1

有一个选项 captureStatus 可以返回有关“空闲”、“射击”等信息。

https://developers.google.com/streetview/open-spherical-camera/reference/options

我已经交叉发布到 theta360.guide 开发者社区,看看是否有更多可用信息。

https://community.theta360.guide/t/how-to-check-if-iphone-is-connected-with-360-degree-camera/4419

于 2019-05-12T19:58:50.750 回答
1

在接入点模式下,IP 地址为 192.168.1.1。您可以尝试 ping 那个。问题是,如果您连接到该子网上的路由器,那么您会收到响应。您可以从信息中获得响应。 https://developers.theta360.com/en/docs/v2.1/api_reference/protocols/info.html

或状态

https://developers.theta360.com/en/docs/v2.1/api_reference/protocols/state.html

为什么无法发送 HTTP 请求?

于 2019-05-15T16:31:42.720 回答