RemoteCamEnhanced is a fork of Ruddle’s RemoteCam,
turned into a real alternative to DroidCam: no paywalls, no ads, full features.
stream your Android camera to your PC with a clean Material 3 (Monet) design,
modern code, and the goal of matching everything DroidCam can do (and more soon :3)
- material you ui (dynamic colors, expressive design)
- obs + v4l2 compatible
- cleaner codebase and faster streaming
- still light and simple to use ^^
pick a sensor → app captures frames →
they’re sent over http as an mjpeg stream to your pc.
http://<your-phone-ip>:8080/cam.mjpeg
works directly in browsers, OBS, or ffmpeg.
👉 download remotecam-enhanced.apk
not on play store
in obs:
add a browser or media source →
paste your stream url (like http://192.168.x.x:8080/cam.mjpeg)
browser source = lowest latency.
linux (v4l2):
ffmpeg -i http://192.168.x.x:8080/cam.mjpeg -f v4l2 /dev/video0I’m open to contributions! Feel free to submit a pull request for:
- adding new translations / languages to the app
- improving the codebase, refactoring, optimizations
- UI tweaks, bug fixes, new ideas, etc.
If you want to help, just make a PR, I’ll check it as soon as possible ^^
droidcam is good, but most features are behind a paywall. remotecamenhanced aims to be a true open-source replacement, with hd video, obs/v4l2 support, clean material design, and no bs :)
no ads, no trackers, no locked options, just your camera doing its thing ^^
based on RemoteCam (MIT) this fork is also under the MIT license
made with ☕ and a bit of chaos by alan7383 (´・ω・`)

