简体   繁体   English

如何与Wifi Camera iOS连接

[英]How to connect with Wifi Camera ios

I need some help, in my project i need to get images captured by wifi camera . 我需要一些帮助,在我的项目中,我需要获取通过wifi摄像头捕获的图像 I need to connect with that camera with IPAddress and get those images. 我需要使用IPAddress与该摄像机连接并获取那些图像。 I am completely new to this topic, so please suggest me that 我是这个话题的新手,所以建议我
1) How to connect with wifi cameras using IPAddress 1)如何使用IPAddress与wifi摄像机连接
2) How to get captured pictures automatically 2)如何自动获取拍摄的图片

Thanks in advance... 提前致谢...

In iOS you can't connect the WIFI network from your application. iOS您无法通过应用程序连接WIFI网络。 Apple has not grant permission to access the WIFI setting inside the other app. Apple未授予访问其他应用程序中的WIFI设置的权限。 You only get the name of connected WIFI inside your application. 您只能在应用程序内部获得连接的WIFI的名称。 So search like SSID in ios for wifi. 因此,像在iOS中的SSID一样搜索wifi。 After that check that this SSID is the correct one means it is that camera WIFI . 之后,检查该SSID是否正确,即是相机WIFI IF not then display message to user and tell them to goto the Setting app and select your camera WIFI . 如果没有,则不向用户显示消息,并告诉他们转到“ Setting应用并选择您的相机WIFI

Hope this will help you. 希望这会帮助你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM