😎 Now on Google Play https://play.google.com/store/apps/details?id=tr.com.gndg.ipcam
📷 IPCam is a lightweight Android app that turns your device into a live MJPEG streaming IP camera using CameraX and Jetpack Compose.
- 🎥 Live video feed using CameraX
- 🌐 Local HTTP MJPEG stream via NanoHTTPD
- ⚙️ Customizable frame rate (e.g., 30 FPS)
- 🧱 Modern UI built with Jetpack Compose
- 💡 Optional flashlight (torch) control
- 🧪 Experimental Compose + Camera integration
- Turn old Android phones into IP cameras
- Quick streaming for IoT experiments
- Use as a live security feed on the same network
- Educational demo for CameraX + Jetpack Compose
git clone https://github.com/Cr3bain/IpCam.git
cd ipcamUse Android Studio Meerkat (or later).Install and run the app on your Android device. Then access the video stream from a browser:
http://your-device-ip:8080/The app requires:
- android.permission.CAMERA
- android.permission.INTERNET
