How to connect with Wifi Camera ios

為{幸葍}努か 提交于 2019-12-02 12:56:14

问题


I need some help, in my project i need to get images captured by wifi camera. I need to connect with that camera with IPAddress and get those images. I am completely new to this topic, so please suggest me that
1) How to connect with wifi cameras using IPAddress
2) How to get captured pictures automatically

Thanks in advance...


回答1:


In iOS you can't connect the WIFI network from your application. Apple has not grant permission to access the WIFI setting inside the other app. You only get the name of connected WIFI inside your application. So search like SSID in ios for wifi. After that check that this SSID is the correct one means it is that camera WIFI. IF not then display message to user and tell them to goto the Setting app and select your camera WIFI.

Hope this will help you.



来源:https://stackoverflow.com/questions/37937514/how-to-connect-with-wifi-camera-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!