如何检查iPhone是否与360度摄像头连接?

时间:2019-05-11 08:53:15

标签: ios swift 360-degrees theta360

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

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

2 个答案:

答案 0 :(得分: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

答案 1 :(得分: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请求?