This is an app which we can control a quadcoptor to fly with a wifi camera module , it’s also display a realtime video taken by the wifi camera module, which include below feature. 1, support VGA, 720P and 1080P resolution. 2, support take photo and record video function. 3, support 3D
android.permission.INTERNET: Allows applications to open network sockets. android.permission.WRITE_EXTERNAL_STORAGE: Allows an application to write to external storage. android.permission.READ_EXTERNAL_STORAGE: Allows an application to read from external storage. android.permission.ACCESS_NETWORK_STATE: Allows applications to access information about networks. android.permission.ACCESS_WIFI_STATE: Allows applications to access information about Wi-Fi networks. android.permission.CHANGE_WIFI_STATE: Allows applications to change Wi-Fi connectivity state. android.permission.ACCESS_FINE_LOCATION: Allows an app to access precise location. android.permission.ACCESS_COARSE_LOCATION: Allows an app to access approximate location.