How to search Sony Camera wifi programmatically.
I want to apply same camera connection feature as sony play memories app do. I want to detect Camera even its wifi password is not stored or currently device wifi is not connected to the camera.
Currently, I am using the Sony Camera Remote API demo which shows device in search list only when our device is already connected with a camera .
Please, some one guide me to achieve same functionality like Sony's remote camera app.
You should be able to use the Android WifiManager class to get a list of all of the WiFi SSIDs. Then it's just a matter of filtering out the camera SSIDs which you should be able to do just by filtering on the SSID name string.
See this post for details on how to get a list of Wifi SSIDs: