Small Android app for viewing a simple UDP MJPEG stream from a cheap Temu drone.
Install the Android SDK command line tools, then create local.properties with
your SDK path:
sdk.dir=/path/to/android-sdkBuild the debug APK:
./gradlew :app:assembleDebugInstall on a connected phone (check adb devices first):
./gradlew :app:installDebugThis is an alternative to com.tzh.wifi.wificam.activity, which I find bloated and difficult to use.