问题
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